<?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 : PrintPreview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : PrintPreview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 19:56:54 +0000</pubDate>
  <lastBuildDate>Tue, 24 May 2011 11:31:18 +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=18430</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[PrintPreview : Hi, Seems it doesn&amp;#039;t show...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18430&amp;PID=64557&amp;title=printpreview#64557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18430<br /><strong>Posted:</strong> 24 May 2011 at 11:31am<br /><br /><P>Hi,</P><P>Seems it doesn't show rownumbers, guess you have to create your own column with row/record numbers. It's not that difficult, just add column and have BeforeDrawRow event to add numbers of rows/records</P><DIV>&nbsp;</DIV><DIV>Private Sub ReportControl1_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)<BR>&nbsp;&nbsp;&nbsp; If Not Row.groupRow Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Item.Index =&nbsp;0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Metrics.Text = Row.Index 'or Row.Record.Index in case you want to see the record numbers<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Done <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" />&nbsp;<strong>and</strong> showing in printpreview </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 24 May 2011 11:31:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18430&amp;PID=64557&amp;title=printpreview#64557</guid>
  </item> 
  <item>
   <title><![CDATA[PrintPreview : Hi AllDoes anyone know how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18430&amp;PID=64552&amp;title=printpreview#64552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 18430<br /><strong>Posted:</strong> 24 May 2011 at 2:27am<br /><br />Hi All<br><br>Does anyone know how to include RowNumber in PrintPreview.<br><br><br>Any help would be appreciated.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Tue, 24 May 2011 02:27:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18430&amp;PID=64552&amp;title=printpreview#64552</guid>
  </item> 
 </channel>
</rss>