<?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 : Report c&#111;ntrol group number</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Report c&#111;ntrol group number]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 22:33:07 +0000</pubDate>
  <lastBuildDate>Fri, 11 Mar 2005 14:48:54 +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=1946</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[Report c&#111;ntrol group number : Hi Sergey,  Thanks your quick...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5697&amp;title=report-control-group-number#5697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=994">unicef</a><br /><strong>Subject:</strong> 1946<br /><strong>Posted:</strong> 11 March 2005 at 2:48pm<br /><br />Hi Sergey,<br><br>Thanks your quick response. <br><br>Actually I used CXTPReportView which has print feature. CXTPReportViewjust has a member m_wndReport. Unfortunately it's not a pointer. So Icannot create a derived class.<br><br>Thanks,<br>unicef<br>]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 14:48:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5697&amp;title=report-control-group-number#5697</guid>
  </item> 
  <item>
   <title><![CDATA[Report c&#111;ntrol group number : Hello unicef,  You can not limit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5674&amp;title=report-control-group-number#5674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 1946<br /><strong>Posted:</strong> 10 March 2005 at 4:10pm<br /><br />Hello unicef,<br /><br />You can not limit the number of groups directly by one command. However, you can override Populate method of your Report control, check for added groups there and remove redundant ones if necessary. It could looks like the following:<br /><br />class CYourReportCtrl : public CXTPReportControl<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; virtual void Populate();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />}<br /><br />CYourReportCtrl::Populate()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while (m_pColumns-&gt;GetGroupsOrder()-&gt;GetCount() &gt; 3)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_pColumns-&gt;GetGroupsOrder()-&gt;RemoveAt(3); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CXTPReportControl::Populate(); <br />}<br /><br /><br />--<br />Best regards,<br />Sergey]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 16:10:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5674&amp;title=report-control-group-number#5674</guid>
  </item> 
  <item>
   <title><![CDATA[Report c&#111;ntrol group number : Is there any way to limit the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5667&amp;title=report-control-group-number#5667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=994">unicef</a><br /><strong>Subject:</strong> 1946<br /><strong>Posted:</strong> 10 March 2005 at 11:49am<br /><br />Is there any way to limit the number of groups? For example, 3 levels are good enough.<br>]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 11:49:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1946&amp;PID=5667&amp;title=report-control-group-number#5667</guid>
  </item> 
 </channel>
</rss>