<?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 : Layout Question</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Layout Question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:45:55 +0000</pubDate>
  <lastBuildDate>Thu, 18 Jun 2015 18:15:55 +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=22634</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[Layout Question : You can look how sections looks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73534&amp;title=layout-question#73534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22634<br /><strong>Posted:</strong> 18 June 2015 at 6:15pm<br /><br />You can look how sections looks and uses in our ReportSample<br><br>in MainMenu-&gt;"Additional Samples"-&gt;"Merged Cell Sample"<br>c:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v16.4\Samples\ReportControl\VB\ReportSample\Merge.frm<br>]]>
   </description>
   <pubDate>Thu, 18 Jun 2015 18:15:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73534&amp;title=layout-question#73534</guid>
  </item> 
  <item>
   <title><![CDATA[Layout Question : Thank you for taking the time...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73533&amp;title=layout-question#73533</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5666">gduncan</a><br /><strong>Subject:</strong> 22634<br /><strong>Posted:</strong> 18 June 2015 at 5:31pm<br /><br />Thank you for taking the time to reply.<div><br></div><div>What I need is a footer item within each parent item in the tree (the customers). This would be used to show the totals for all the child items (the invoices)</div><div><br></div><div>As I said I have managed to fudge this by manually adding a row, using custom drawing to shade it,&nbsp;<span style="line-height: 16.7999992370605px;">setting some hidden grouping</span><span style="line-height: 16.7999992370605px;">&nbsp;to force it to the bottom.... and while this does work, when the report control starts getting a lot of data in it the thing just grinds to a halt.</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">If this isn't possible now, could I request this feature for a future release please.</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">There is a property called "Sections" on the report control. I was hoping maybe this might be something that could help. The documentation just says sections are sections so not very helpful.</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">Thanks again.</span></div>]]>
   </description>
   <pubDate>Thu, 18 Jun 2015 17:31:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73533&amp;title=layout-question#73533</guid>
  </item> 
  <item>
   <title><![CDATA[Layout Question : Hi,Try to use XAMLhttps://msdn...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73528&amp;title=layout-question#73528</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22634<br /><strong>Posted:</strong> 18 June 2015 at 2:51am<br /><br />Hi,<br><br>Try to use XAML<br><a href="http://msdn.microsoft.com/library/windows/apps/xaml/hh465055.aspx/" target="_blank" rel="nofollow">https://msdn.microsoft.com/library/windows/apps/xaml/hh465055.aspx/</a><br><br>&nbsp;<table width="99%"><tr><td><pre class="BBcode">Private Sub Form_Load()<br>    wndReportControl.EnableMarkup = True<br>&nbsp;  &nbsp;...<br>End Sub<br><br>Private Sub AddRecord(...)<br>    Dim Record As ReportRecord<br>    Set Record = wndReportControl.Records.Add()<br><br>    Dim Item As ReportRecordItem<br>    Set Item = Record.AddItem("")<br>&nbsp;       Item.Caption = "&lt;Line Stroke='Black' X2='400' VerticalAlignment='Center'/&gt;"<br>  ...<br>End Sub</pre></td></tr></table><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Thu, 18 Jun 2015 02:51:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73528&amp;title=layout-question#73528</guid>
  </item> 
  <item>
   <title><![CDATA[Layout Question : Hi,If anyone is able to help me...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73526&amp;title=layout-question#73526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5666">gduncan</a><br /><strong>Subject:</strong> 22634<br /><strong>Posted:</strong> 17 June 2015 at 6:36pm<br /><br />Hi,<div><br></div><div>If anyone is able to help me I would like to produce the following layout in the Report Control.</div><div>The part I need the help with is the SUB TOTAL Line.</div><div><br></div><div>Display showing customer revenue this month.</div><div>+Customer 1</div><div>&nbsp; &nbsp; &nbsp;Invoice INV0001 &nbsp; &nbsp; $51</div><div><span style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp;Invoice INV0003 &nbsp; &nbsp; $52</span></div><div><span style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp; &nbsp; SUB TOTAL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $103</span></div><div><div style="line-height: 16.7999992370605px;">+Customer 2</div><div style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp;Invoice INV0002 &nbsp; &nbsp; $50</div><div style="line-height: 16.7999992370605px;"><span style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp; &nbsp; SUB TOTAL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $50</span></div></div><div><div style="line-height: 16.7999992370605px;">+Customer 3</div><div style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp;Invoice INV0004 &nbsp; &nbsp; $15</div><div style="line-height: 16.7999992370605px;"><span style="line-height: 16.7999992370605px;">&nbsp; &nbsp; &nbsp; &nbsp;SUB TOTAL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $15</span></div></div><div style="line-height: 16.7999992370605px;"><span style="line-height: 16.7999992370605px;">-----------------------------------------</span></div><div><span style="line-height: 16.7999992370605px;">THIS MONTHS TOTAL &nbsp; &nbsp;$168</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">I have managed to get this working in a very fudged way and that is very draining on resources. I am hoping that someone can point me to some feature within the control to achieve this layout that I am unaware of.</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">Thank You.</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div>]]>
   </description>
   <pubDate>Wed, 17 Jun 2015 18:36:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22634&amp;PID=73526&amp;title=layout-question#73526</guid>
  </item> 
 </channel>
</rss>