<?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 : [SOLVED] Group Row Backcolor</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] Group Row Backcolor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 05:45:40 +0000</pubDate>
  <lastBuildDate>Fri, 26 Feb 2010 12:53:34 +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=16288</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[[SOLVED] Group Row Backcolor : Great thanks alot! I missed the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57125&amp;title=solved-group-row-backcolor#57125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16288<br /><strong>Posted:</strong> 26 February 2010 at 12:53pm<br /><br />Great thanks alot! I missed the .ShadeGroupHeadings = True.<br><br><br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 12:53:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57125&amp;title=solved-group-row-backcolor#57125</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Group Row Backcolor : You have this: wndReportContro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57124&amp;title=solved-group-row-backcolor#57124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16288<br /><strong>Posted:</strong> 26 February 2010 at 12:49pm<br /><br />You have this:<br><br>&nbsp;&nbsp;&nbsp; wndReportControl.PaintManager.ShadeGroupHeadings = True<br>&nbsp;&nbsp;&nbsp; wndReportControl.PaintManager.GroupShadeBackColor = vbRed<br>&nbsp;&nbsp;&nbsp; wndReportControl.PaintManager.GroupShadeBorderColor = vbGreen<br><br>Or else you have to catch it in BeforeDrawRow:<br><br>Private Sub wndReportControl_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If Row.GroupRow Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Metrics.BackColor = vbRed<br>&nbsp;&nbsp;&nbsp; End If<br><br>End Sub<br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 12:49:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57124&amp;title=solved-group-row-backcolor#57124</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Group Row Backcolor :  I see a PaintManager.GroupForecolor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57119&amp;title=solved-group-row-backcolor#57119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16288<br /><strong>Posted:</strong> 26 February 2010 at 12:09pm<br /><br />I see a PaintManager.GroupForecolor property, but not a corresponding GroupBackcolor property. Is it possible to change the background color of a group row?<br>]]>
   </description>
   <pubDate>Fri, 26 Feb 2010 12:09:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16288&amp;PID=57119&amp;title=solved-group-row-backcolor#57119</guid>
  </item> 
 </channel>
</rss>