<?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 : Column Font..!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Column Font..!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 09:45:27 +0000</pubDate>
  <lastBuildDate>Tue, 09 Jun 2009 12:47:08 +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=14415</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[Column Font..! : Thanks from me too, Aaron. I was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49756&amp;title=column-font#49756</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5187">Mike Lewis</a><br /><strong>Subject:</strong> 14415<br /><strong>Posted:</strong> 09 June 2009 at 12:47pm<br /><br />Thanks from me too, Aaron. I was just wondering how to make the column header the same colour as the rest of the column. Your post gave me the answer.<br><br>Worth adding that we need to set the grid's EnableMarkup to true, which I don't think it is by default.<br><br>Mike<br>]]>
   </description>
   <pubDate>Tue, 09 Jun 2009 12:47:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49756&amp;title=column-font#49756</guid>
  </item> 
  <item>
   <title><![CDATA[Column Font..! : Hi,, Thanks Aaron  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49502&amp;title=column-font#49502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4724">RedPsyrus</a><br /><strong>Subject:</strong> 14415<br /><strong>Posted:</strong> 30 May 2009 at 7:02am<br /><br />Hi,, <br>Thanks Aaron<br>]]>
   </description>
   <pubDate>Sat, 30 May 2009 07:02:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49502&amp;title=column-font#49502</guid>
  </item> 
  <item>
   <title><![CDATA[Column Font..! : Hi,   It is possible with markup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49496&amp;title=column-font#49496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14415<br /><strong>Posted:</strong> 30 May 2009 at 4:47am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>It is possible with markup <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Just to have same effect for column:</DIV><DIV>&nbsp;</DIV><DIV>Dim xtremeColumn As XtremeReportControl.ReportColumn<BR>&nbsp;&nbsp;&nbsp; Set xtremeColumn = wndReportControl.Columns.Add(0, "Col&nbsp;0", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;Set xtremeColumn = wndReportControl.Columns.Add(1, "Col 1", 100, True)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>xtremeColumn.Caption = "&lt;TextBlock FontFamily='Lucida Handwriting'&gt;Column&lt;Bold Foreground='Red'&gt;" &amp; "(" &amp; xtremeColumn.Index &amp; ")" &amp; "&lt;/Bold&gt;&lt;/TextBlock&gt;"</strong><BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Add code in BeforeDrawRow event:</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; If Item.Index = 1 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>Metrics.Text = "&lt;TextBlock FontFamily='Lucida Handwriting' FontSize='28'&gt;" &amp; Item.Caption &amp; "&lt;/TextBlock&gt;"</strong></DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>and voila:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20090530_044809_Metrics.bmp" border="0">&nbsp;&nbsp; </DIV>]]>
   </description>
   <pubDate>Sat, 30 May 2009 04:47:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49496&amp;title=column-font#49496</guid>
  </item> 
  <item>
   <title><![CDATA[Column Font..! : Hi, is there a way to make a Differentfont...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49493&amp;title=column-font#49493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4724">RedPsyrus</a><br /><strong>Subject:</strong> 14415<br /><strong>Posted:</strong> 29 May 2009 at 7:59pm<br /><br />Hi, <br>is there a way to make a Differentfont in the each Column of rportcontrol..?<br>for example I have a reportcontrol with 3 Columns, the data in the Column 3 has a Different font that in the column 1 and tha in the column 2.<br><br>it's possible ?<br>thanks <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>]]>
   </description>
   <pubDate>Fri, 29 May 2009 19:59:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14415&amp;PID=49493&amp;title=column-font#49493</guid>
  </item> 
 </channel>
</rss>