GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : SummaryRunning Enumeration |
'Declaration Public Enum SummaryRunning Inherits System.Enum
public enum SummaryRunning : System.Enum
Member | Description |
---|---|
All | Calculates a running summary for all values. |
Group | Calculates a running summary (each value is the sum of the current value and all preceding values) within the same group level. |
None | Summary values are not accumulated. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.SummaryRunning
GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryRunning