<?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 : How does &quot;GroupCaption&quot; work?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How does &quot;GroupCaption&quot; work?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 19:57:00 +0000</pubDate>
  <lastBuildDate>Fri, 20 May 2011 12:38:14 +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=18370</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[How does &quot;GroupCaption&quot; work? : Hi,  @McKloony: Do have grouped...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64509&amp;title=how-does-groupcaption-work#64509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18370<br /><strong>Posted:</strong> 20 May 2011 at 12:38pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>@McKloony: Do have grouped rows or Parent rows/records with Childs? In that case just do something like this:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub wndReportControl_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; If Item.Index = 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If <strong>Row.record.Childs.Count &gt; 0</strong> Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Metrics.Text = "&lt;TextBlock&gt;" &amp; <strong>Row.record(0).Caption</strong> &amp; " &lt;Bold Foreground='DarkRed'&gt;(" &amp; <strong>Row.record.Childs.Count</strong> &amp; ") &lt;/Bold&gt;&lt;/TextBlock&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 20 May 2011 12:38:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64509&amp;title=how-does-groupcaption-work#64509</guid>
  </item> 
  <item>
   <title><![CDATA[How does &quot;GroupCaption&quot; work? :   what I do wrong, when Row.GroupRow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64501&amp;title=how-does-groupcaption-work#64501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18370<br /><strong>Posted:</strong> 20 May 2011 at 5:38am<br /><br /><div>what I do wrong, when Row.GroupRow shows alway False ??? There are a lot of GroupRows there <img src="http://forum.codejock.com/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" title="C&#111;nfused" /></div>]]>
   </description>
   <pubDate>Fri, 20 May 2011 05:38:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64501&amp;title=how-does-groupcaption-work#64501</guid>
  </item> 
  <item>
   <title><![CDATA[How does &quot;GroupCaption&quot; work? :  Thank you Aaron!!!It worX fine!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64398&amp;title=how-does-groupcaption-work#64398</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 18370<br /><strong>Posted:</strong> 16 May 2011 at 9:00am<br /><br />Thank you Aaron!!!<br><br>It worX fine! <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /><br>]]>
   </description>
   <pubDate>Mon, 16 May 2011 09:00:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64398&amp;title=how-does-groupcaption-work#64398</guid>
  </item> 
  <item>
   <title><![CDATA[How does &quot;GroupCaption&quot; work? : Hi, Easiest way is using BeforeDrawRow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64379&amp;title=how-does-groupcaption-work#64379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18370<br /><strong>Posted:</strong> 13 May 2011 at 1:42pm<br /><br /><P>Hi,</P><P>Easiest way is using BeforeDrawRow event:</P><P>Private Sub wndReportControlEvents_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)<BR></P><DIV>&nbsp;&nbsp;&nbsp; Dim rcGroupRow As XtremeReportControl.ReportGroupRow</DIV><DIV>&nbsp;&nbsp;&nbsp; If Row.GroupRow Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set rcGroupRow = Row<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Metrics.Text =&nbsp;"&lt;TextBlock&gt;" &amp; rcGroupRow.GroupCaption &amp; " &lt;Bold Foreground='DarkRed'&gt;(" &amp; rcGroupRow.Childs.Count &amp; ") &lt;/Bold&gt;&lt;/TextBlock&gt;"</DIV><DIV>&nbsp;&nbsp; End If<BR></DIV><DIV>End Sub<BR></DIV><DIV>&nbsp;</DIV><DIV>Produces: Cats <strong><font color=RED>(187)</font></strong></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 May 2011 13:42:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64379&amp;title=how-does-groupcaption-work#64379</guid>
  </item> 
  <item>
   <title><![CDATA[How does &quot;GroupCaption&quot; work? : Hello,what I need is the Childs.Count...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64378&amp;title=how-does-groupcaption-work#64378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 18370<br /><strong>Posted:</strong> 13 May 2011 at 12:35pm<br /><br />Hello,<br><br>what I need is the <b>Childs.Count</b> in every GroupRow-Caption &gt;&gt;&gt; Like "Cats (<b>187</b>)"<br><br>In the help I was found little information about "GroupCaption" and "GroupFormat" but all my attempts failed! <img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" alt="Ouch" title="Ouch" /><br><br>So please can anybody post a little sample to do that?<br><br>]]>
   </description>
   <pubDate>Fri, 13 May 2011 12:35:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18370&amp;PID=64378&amp;title=how-does-groupcaption-work#64378</guid>
  </item> 
 </channel>
</rss>