Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Summrization in reports Collapse All
Subject Author Date
Anil Siddhpura Sep 22, 2010 - 2:39 AM

Hi,

I have several records in reports. I am using CExtReportGridWnd to display the reports. Now, I have several records in reports and it contains some numerical records in several rows. I want to have Total of those fields. Is there any automatic function which can do total of all rows or some of the rows and display in Row of Total? oR any other method to display the Total?

My main consern is how can I insert the extra rows inform of Total inbetwen the rows of different records in reports?

Technical Support Sep 25, 2010 - 12:44 PM

The total statistics row is not supported in the CExtReportGridWnd control. You can implement it as a outer header row at bottom (CExtGridBaseWnd::OuterRowCountBottomSet()). You can implement it as an additional tree grid row (CExtTreeGridWnd), but in this case, the total statistics row should be removed before each sorting/grouping action and reinserted after it.