GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Subtotal Class |
'Declaration Public NotInheritable Class Subtotal Inherits ReportComponentContainer Implements IRdlContainer, IReportComponent, IReportComponentContainer
public sealed class Subtotal : ReportComponentContainer, IRdlContainer, IReportComponent, IReportComponentContainer
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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
GrapeCity.ActiveReports.PageReportModel.ReportComponent
GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
GrapeCity.ActiveReports.PageReportModel.Subtotal