<?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 : Group Sub total not Visible in Print Preview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Group Sub total not Visible in Print Preview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 22:30:45 +0000</pubDate>
  <lastBuildDate>Wed, 29 Sep 2010 18:24:03 +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=16975</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[Group Sub total not Visible in Print Preview : Hi,  How does the group subtotal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60589&amp;title=group-sub-total-not-visible-in-print-preview#60589</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6402">RJAMIN</a><br /><strong>Subject:</strong> 16975<br /><strong>Posted:</strong> 29 September 2010 at 6:24pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>How does the group subtotal show properly on your control? When I tried to do the subtotal, unless the columns are at exact location with exact size, the subtotal will be in the wrong place (Not just alignment, but it can show up in a wrong column). </DIV><DIV>&nbsp;</DIV><DIV>This is the code I use to generate the subtotal:</DIV><DIV><FONT color=#0000ff size=2>Private Sub wndReportControl_GroupOrderChangedEx(ByVal sender As Object, ByVal e As AxXtremeReportControl._DReportControlEvents_GroupOrderChangedExEvent) Handles wndReportControl.GroupOrderChangedEx<BR>&nbsp;&nbsp;&nbsp; Dim row As Integer<BR>&nbsp;&nbsp;&nbsp; Dim groupRow As XtremeReportControl.ReportGroupRow</FONT></DIV><DIV><FONT color=#0000ff size=2>&nbsp;&nbsp;&nbsp; If ((e.reason And XTPReportColumnOrderChangedReason.xtpReportColumnAddedToGroupby) = XTPReportColumnOrderChangedReason.xtpReportColumnAddedToGroupby) Or _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((e.reason And XTPReportColumnOrderChangedReason.xtpReportColumnRemovedFromGroupby) = XTPReportColumnOrderChangedReason.xtpReportColumnRemovedFromGroupby) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For row = 0 To (wndReportControl.Rows.Count - 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If (wndReportControl.Rows(row).GroupRow) Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow = wndReportControl.Rows(row)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupFormula = "SUMSUB(C6:C7) SUMSUB(C8:C9)"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupFormat = "%0.2f"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groupRow.GroupCaption = ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2></DIV></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 29 Sep 2010 18:24:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60589&amp;title=group-sub-total-not-visible-in-print-preview#60589</guid>
  </item> 
  <item>
   <title><![CDATA[Group Sub total not Visible in Print Preview : hello any update with this i also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60136&amp;title=group-sub-total-not-visible-in-print-preview#60136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5940">JamGodz</a><br /><strong>Subject:</strong> 16975<br /><strong>Posted:</strong> 11 September 2010 at 4:28am<br /><br />hello any update with this i also encounter in PrintPreview example. My O.S is Win7]]>
   </description>
   <pubDate>Sat, 11 Sep 2010 04:28:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60136&amp;title=group-sub-total-not-visible-in-print-preview#60136</guid>
  </item> 
  <item>
   <title><![CDATA[Group Sub total not Visible in Print Preview :  This Print Preview problem only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60011&amp;title=group-sub-total-not-visible-in-print-preview#60011</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16975<br /><strong>Posted:</strong> 01 September 2010 at 11:39pm<br /><br />&nbsp;<DIV>This Print Preview problem only in Windows 7 But Printing Correctly. </DIV><DIV>&nbsp;</DIV><DIV>Other Operationg System Displays in Print Preview and PrintingCorrectly</DIV>]]>
   </description>
   <pubDate>Wed, 01 Sep 2010 23:39:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=60011&amp;title=group-sub-total-not-visible-in-print-preview#60011</guid>
  </item> 
  <item>
   <title><![CDATA[Group Sub total not Visible in Print Preview : Hi, Group Sub total not Visible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=59379&amp;title=group-sub-total-not-visible-in-print-preview#59379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 16975<br /><strong>Posted:</strong> 19 July 2010 at 7:25am<br /><br /><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><?:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /><V:SHAPE id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600">Hi,</V:SHAPE></SPAN></P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600">Group Sub total not Visible in Print Preview and Column Header also not showing, But printing is Ok.See the below&nbsp;Screen Shot .</V:SHAPE></SPAN></P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><strong><U><FONT color=#ff0000>Print Preview Screen Shot</FONT></U></strong></V:SHAPE></SPAN></P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><img src="http://forum.codejock.com/uploads/20100719_071358_grp1.png" border="0">&nbsp;</V:SHAPE></SPAN></P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"></V:SHAPE></SPAN>&nbsp;</P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><strong><U><FONT color=#006600>ReportControl Screen Shot</FONT></U></strong></V:SHAPE></SPAN></P><P><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-ansi-: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-: EN-US; mso-bidi-: AR-SA"><V:SHAPE stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><img src="http://forum.codejock.com/uploads/20100719_070928_Grp.png" border="0"><V:STROKE joinstyle="miter"></V:STROKE><V:ULAS><V:F eqn="if lineDrawn pixelLineWidth 0"></V:F><V:F eqn="sum @0 1 0"></V:F><V:F eqn="sum 0 0 @1"></V:F><V:F eqn="prod @2 1 2"></V:F><V:F eqn="prod @3 21600 pixelWidth"></V:F><V:F eqn="prod @3 21600 pixelHeight"></V:F><V:F eqn="sum @0 0 1"></V:F><V:F eqn="prod @6 1 2"></V:F><V:F eqn="prod @7 21600 pixelWidth"></V:F><V:F eqn="sum @8 21600 0"></V:F><V:F eqn="prod @7 21600 pixelHeight"></V:F><V:F eqn="sum @10 21600 0"></V:F></V:ULAS><V:PATH gradientshapeok="t" o:extrusi&#111;nok="f" o:c&#111;nnect="rect"></V:PATH><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><O:LOCK aspectratio="t" v:ext="edit"></O:LOCK></V:SHAPE></SPAN></P>]]>
   </description>
   <pubDate>Mon, 19 Jul 2010 07:25:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16975&amp;PID=59379&amp;title=group-sub-total-not-visible-in-print-preview#59379</guid>
  </item> 
 </channel>
</rss>