<?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 control with markup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Report control with markup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 04:37:38 +0000</pubDate>
  <lastBuildDate>Fri, 01 Feb 2013 14:23:23 +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=14776</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 control with markup : Can share your example please?  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=69634&amp;title=report-control-with-markup#69634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5702">vicos</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 01 February 2013 at 2:23pm<br /><br />Can share your example please?]]>
   </description>
   <pubDate>Fri, 01 Feb 2013 14:23:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=69634&amp;title=report-control-with-markup#69634</guid>
  </item> 
  <item>
   <title><![CDATA[Report control with markup :   This is what i&amp;#039;m doing,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=69127&amp;title=report-control-with-markup#69127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 24 October 2012 at 10:00pm<br /><br /><div>This is what i'm doing, I hope it help:</div><div>&nbsp;</div><div>1 - I use&nbsp;VS2010 to create the basic layout of each column of my report. I can create everything in a single cell or in several pieces.</div><div>&nbsp;</div><div>2- I use "Codejock's MarkupPad" to verify the compatibility of&nbsp; XAML&nbsp; tags from VS.</div><div>&nbsp;</div><div>3 - I change XAML code to add to my <font color="#cc0000">Tags </font>:</div><div>&nbsp;</div><div><strong>Image Column :</strong></div><div><font color="#009900">&nbsp;&lt;Grid Height="100" HorizontalAlignment="Left"&nbsp;&nbsp; Name="Grid1" VerticalAlignment="Top" Width="150"&gt;</font></div><div><font color="#009900">&nbsp;&nbsp;&nbsp;&nbsp; &lt;Border Height="100" HorizontalAlignment="Left" Name="Border1" VerticalAlignment="Top" Width="150" Background="White" BorderBrush="#FF1FA3EB" BorderThickness="0,0,0,0"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Image Name="Image1" Stretch="Uniform" Width="140" Source<font color="#cc0000">="&lt;&lt;D04_032_M&gt;&gt;" </font>Margin="2" Height="76" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Border&gt;</font></div><div><font color="#009900">&nbsp;&lt;/Grid&gt;</font></div><div>&nbsp;</div><div><strong>Info Column :</strong></div><div><font color="#009900">&nbsp;&lt;Grid Height="100" HorizontalAlignment="Left"&nbsp;&nbsp; Name="Grid1"&nbsp;&nbsp; Width="550"&gt;</font></div><div><font color="#009900">&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Height="47" HorizontalAlignment="Left" Margin="399,5,0,0" Name="TextBlock6" Text<font color="#cc0000">="&lt;&lt;D03_002_C&gt;&gt;" </font>TextWrapping="Wrap" VerticalAlignment="Top" Width="95" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Height="43" HorizontalAlignment="Left" Margin="399,60,0,0" Name="TextBlock4" Text<font color="#cc0000">="&lt;&lt;T21_002_C&gt;&gt;" </font>TextWrapping="Wrap" VerticalAlignment="Top" Width="95" /&gt;</font></div><div><font color="#009900">&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock Foreground="#FF1FA3EB" &nbsp;HorizontalAlignment="Left" Height="20" Margin="5,5,0,0" Name="TextBlock2" Text="&lt;<font color="#cc0000">&lt;D04_008_C&gt;&gt;"&nbsp;&nbsp; </font>Width="384" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;TextBlock &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HorizontalAlignment="Left" Height="20" Margin="5,60,0,0" Name="TextBlock1" Text<font color="#cc0000">="&lt;&lt;D04_001_C&gt;&gt;"&nbsp; </font>Width="290"&nbsp;&nbsp; /&gt;</font></div><div><font color="#009900">&nbsp;&lt;/Grid&gt;</font></div><div>&nbsp;</div><div>4 - I set up the RC properties to work with XAML</div><blockquote style="margin-right: 0px;" dir="ltr"><div><font size="2" face="Courier New"><font color="#009900" size="2" face="Verdana, Arial, Helvetica, sans-serif"><p>.EnableMarkup 	= .T.</p></font></font><font color="#009900" face="Verdana, Arial, Helvetica, sans-serif">.PaintManager.FixedRowHeight = .F.<br>.PaintManager.HorizontalGridStyle = xtpGridSolid</font></div></blockquote><div><br>Finnaly - I merge the Database Information with XAML. In my case I'm usign MS <font color="#ff9900">Visual Foxpro </font>:</div><div><font color="#009900" size="2" face="Courier New">item(1).caption = <font color="#ff9900">TextMerge</font>(<strong><font face="Verdana">Image Column&nbsp;</font></strong>)</font></div><div><div><font color="#009900" size="2" face="Courier New">item(2).caption = <font color="#ff9900">TextMerge</font>(<strong><font face="Verdana">Info Column </font></strong>)</font></div><div><font color="#0000ff" size="2" face="Courier New"></font>&nbsp;</div></div><div>-----<br></div><div>&nbsp;</div><div>&nbsp;</div><img src="uploads/2958/printXaml.jpg" height="813" width="1421" border="0" />]]>
   </description>
   <pubDate>Wed, 24 Oct 2012 22:00:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=69127&amp;title=report-control-with-markup#69127</guid>
  </item> 
  <item>
   <title><![CDATA[Report control with markup : From Dr. Dobb&amp;#039;s update:  great...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51470&amp;title=report-control-with-markup#51470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 30 July 2009 at 8:39pm<br /><br />From Dr. Dobb's update: <DIV>great little comic entitled <a href="http://links.techwebnewsletters.com/ctt?kn=15&amp;m=33756404&amp;r=MjIxNTU3MjM5MQS2&amp;b=0&amp;j=NTQ0MzM1MDAS1&amp;mt=1&amp;rt=0" target="_blank">Misunderstanding Markup</A> </DIV>]]>
   </description>
   <pubDate>Thu, 30 Jul 2009 20:39:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51470&amp;title=report-control-with-markup#51470</guid>
  </item> 
  <item>
   <title><![CDATA[Report control with markup : Thanks braian,Av got my reasons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51345&amp;title=report-control-with-markup#51345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 27 July 2009 at 3:39am<br /><br />Thanks braian,<br><br>Av got my reasons why i wud like it particularly with the report control. For one,&nbsp; codejock tools make my app pretty light compared to adding third party controls like CrystalReports. More so, i have built a report designer built around RC and thus i just wud like to enhance it by using the Markup that RC support.<br><br>I wud be glad to know if i can still implement the above using Markup.<br><br>regards,<br><br><br>]]>
   </description>
   <pubDate>Mon, 27 Jul 2009 03:39:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51345&amp;title=report-control-with-markup#51345</guid>
  </item> 
  <item>
   <title><![CDATA[Report control with markup : ReportControl Is not must be used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51147&amp;title=report-control-with-markup#51147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3987">braian87b</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 21 July 2009 at 2:26pm<br /><br />ReportControl Is not must be used for this kind of things...<br>i recommend you to use a Report Renderer Control, like crystal reports or Active Reports... also, you can try to generate HTML code save to a file... and then print them using a third party control like webbrowser inet activex ( or something like that, from microsoft),<br><br>you only could print "tables" "recordsets" "grids" "rows-records" using print's method of RC... not "form like" designed data templates.<br><br><br>]]>
   </description>
   <pubDate>Tue, 21 Jul 2009 14:26:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51147&amp;title=report-control-with-markup#51147</guid>
  </item> 
  <item>
   <title><![CDATA[Report control with markup : Hi guys,This my scenario,I would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51107&amp;title=report-control-with-markup#51107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 14776<br /><strong>Posted:</strong> 20 July 2009 at 9:50am<br /><br />Hi guys,<br><br>This my scenario,<br><br>I would like to use the report control to output to a printer the following format (e.g. print a receipt) which i push to a report control row. The tags are replaced with values from the database and additionally i add a watermarkbitmap to act as the logo. The problem is i cannot print more than one cheque/receipt per page since you can only load one bitmap on the RC per report and not per row. Currently i am using the standard format but i would like to apply markup so that i can also add styling to the text (e.g <b>bold</b> the titles) and probably add a logo that appears on every row. Has someone does this? anyhelp is really appreciated. TIA,.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>VAT:&nbsp; <font color="#0000ff">&lt;VATNUMBER&gt;</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PIN: <font color="#0000ff">&lt;PINNUMBER&gt;</font><br><br>NAME:&nbsp; <font color="#0000ff">&lt;ADDRESS&gt;</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000ff">&lt;RECEIPTNO&gt;</font>&nbsp;&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>BEING PAYMENT OF<br>PAYMENT MODE:&nbsp; <font color="#0000ff">&lt;PAYMODE&gt;</font><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000ff">&lt;CURRENCY&gt;</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000ff">&lt;RATES&gt;</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000ff">&lt;AMOUNT&gt;</font><br><br><br><br><font color="#0000ff">&lt;WORDS&gt;</font><br><br><br>RECEIVED WITH THANKS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORISED SIGNATORY ____________________<br>]]>
   </description>
   <pubDate>Mon, 20 Jul 2009 09:50:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14776&amp;PID=51107&amp;title=report-control-with-markup#51107</guid>
  </item> 
 </channel>
</rss>