ActiveReports 12
Subtotal Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Subtotal Class
The Subtotals element defines a subtotal column or row to include in the Matrix.
Object Model
Subtotal Class
Syntax
'Declaration
 
Public NotInheritable Class Subtotal 
   Inherits ReportComponentContainer
   Implements IRdlContainerIReportComponentIReportComponentContainer 
Remarks

In the subtotal column or row, the full set of data for the entire group is aggregated in the matrix cell.

If a matrix cell contains an aggregate that uses an explicit grouping scope contained within the scope of the aggregate, that scope is automatically adjusted to equal the current scope. For example, if a textbox in a matrix cell contains the expression =Sum(Fields!Sales.Value/Sum(Fields!Sales.Value,"State") and this subtotal is applied to the Country grouping scope, the expression evaluates to =Sum(Fields!Sales.Value)/Sum(Fields!Sales.Value,"Country"), since the State grouping scope is contained within the country grouping scope.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
               GrapeCity.ActiveReports.PageReportModel.Subtotal

See Also

Reference

Subtotal Members
GrapeCity.ActiveReports.PageReportModel Namespace