<?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 : CXTPReportPaintManager::SetGridStyle</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportPaintManager::SetGridStyle]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 11:47:03 +0000</pubDate>
  <lastBuildDate>Tue, 27 Jul 2010 17:43:59 +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=17013</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[CXTPReportPaintManager::SetGridStyle :  Hello,the function is defined...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17013&amp;PID=59483&amp;title=cxtpreportpaintmanagersetgridstyle#59483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17013<br /><strong>Posted:</strong> 27 July 2010 at 5:43pm<br /><br />Hello,<br><br>the function is defined as:<br><br>CXTPReportPaintManager::SetGridStyle(<b>BOOL bVertical</b>, XTPReportGridStyle gridStyle)<br><br>Using a BOOL for the orientation is poor in my opinion and makes the code harder to read.<br><br>Please overload it as:<br><br>enum XTPReportGridOrientation<br>{<br>&nbsp;&nbsp;&nbsp; xtpReportGridOrientationVertical,<br>&nbsp;&nbsp;&nbsp; xtpReportGridOrientationHorizontal,<br>&nbsp;&nbsp;&nbsp; xtpReportGridOrientationBoth<br>};<br><br>CXTPReportPaintManager::SetGridStyle(<b>XTPReportGridOrientation orientation</b>, XTPReportGridStyle gridStyle)<br><br>Leave the old method for backwards compatibility, mark it as deprecated and get rid of it in the next version.<br><br>]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 17:43:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17013&amp;PID=59483&amp;title=cxtpreportpaintmanagersetgridstyle#59483</guid>
  </item> 
 </channel>
</rss>