<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Multiline item in report control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Multiline item in report control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 19:21:30 +0000</pubDate>
  <lastBuildDate>Tue, 30 Oct 2007 05:56:23 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7312</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Multiline item in report control : Set the PaintManager.FixedRowHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7312&amp;PID=27855&amp;title=multiline-item-in-report-control#27855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 7312<br /><strong>Posted:</strong> 30 October 2007 at 5:56am<br /><br />Set the PaintManager.FixedRowHeight to false and the Column.Alignment to xtpAlignmentWordBreak]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 05:56:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7312&amp;PID=27855&amp;title=multiline-item-in-report-control#27855</guid>
  </item> 
  <item>
   <title><![CDATA[Multiline item in report control : Hi,  I am trying to make a multi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7312&amp;PID=23457&amp;title=multiline-item-in-report-control#23457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3048">jescar</a><br /><strong>Subject:</strong> 7312<br /><strong>Posted:</strong> 06 June 2007 at 3:05am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I am trying to make a multi line item in a report control. My code looks like this:</DIV><FONT size=2><P>column = reportcontrol.Columns.Add(0, "Column1", 50, </FONT><FONT color=#0000ff size=2>True</FONT><FONT size=2>)column.Editable = </FONT><FONT color=#0000ff size=2>False</P><DIV></FONT><FONT size=2>column = reportcontrol.Columns.Add(1, "Column2", 50, </FONT><FONT color=#0000ff size=2>True</FONT><FONT size=2>)</DIV><DIV>column.Editable = </FONT><FONT color=#0000ff size=2>False</DIV></FONT><FONT size=2><P>column.EditOptions.EditControlStyle =&nbsp;XTPReportEditStyle.xtpEditStyleMultiline</P><P>reportcontrol.Records.DeleteAll()</P><DIV>record = reportcontrol.Records.Add()</DIV><P>cell = record.AddItem("Hello")</P><P>cell = record.AddItem("Hello" + Chr(13) + Chr(10) + "World")</P><P>reportcontrol.Populate()</P><DIV></DIV><P>I thought that setting the column editoption to multiline would give me multi line items in that column, but the text in column2 shown as Hello &lt;2 squares&gt; World. Obviously I am missing a point somewwhere but I can't seem to figure out where.</P><DIV></DIV><DIV></DIV>Any help appriciated.<DIV></DIV><DIV></DIV>Jesper Carstensen</FONT>]]>
   </description>
   <pubDate>Wed, 06 Jun 2007 03:05:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7312&amp;PID=23457&amp;title=multiline-item-in-report-control#23457</guid>
  </item> 
 </channel>
</rss>