<?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 : Detecting Grouping in Report Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Detecting Grouping in Report Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 19:28:45 +0000</pubDate>
  <lastBuildDate>Sat, 17 Oct 2015 07:32:42 +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=22761</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[Detecting Grouping in Report Control : HigrudyUse if( CXTPReportCont...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22761&amp;PID=74040&amp;title=detecting-grouping-in-report-control#74040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22761<br /><strong>Posted:</strong> 17 October 2015 at 7:32am<br /><br />Hi&nbsp;grudy<br><br>Use<br><table width="99%"><tr><td><pre class="BBcode">if( CXTPReportControl::GetColumns()-&gt;GetGroupsOrder()-&gt;GetCount() &gt; 0 )<br>{<br>}</pre></td></tr></table><br><br>Regards,<br>&nbsp;Oleksandr Lebed<br><br>]]>
   </description>
   <pubDate>Sat, 17 Oct 2015 07:32:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22761&amp;PID=74040&amp;title=detecting-grouping-in-report-control#74040</guid>
  </item> 
  <item>
   <title><![CDATA[Detecting Grouping in Report Control : Is there a simple way (single...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22761&amp;PID=74036&amp;title=detecting-grouping-in-report-control#74036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=813">grudy</a><br /><strong>Subject:</strong> 22761<br /><strong>Posted:</strong> 15 October 2015 at 9:04am<br /><br />Is there a simple way (single call) to detect that rows are grouped in the Report Control?<div><br></div><div>I have resorted to this...</div><div>if ( (IsGroupByVisible()) ||&nbsp;</div><div>&nbsp; &nbsp;( ( GetRows() ) &amp;&amp; ( GetRows()-&gt;GetAt(0) ) &amp;&amp; ( GetRows()-&gt;GetAt(0)-&gt;IsGroupRow() ) ) )</div><div><br></div><div><br></div><div>While I realize this isn't difficult, it just seems like there should be some single method to indicate that grouping is on.... but I haven't found it.</div>]]>
   </description>
   <pubDate>Thu, 15 Oct 2015 09:04:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22761&amp;PID=74036&amp;title=detecting-grouping-in-report-control#74036</guid>
  </item> 
 </channel>
</rss>