GrapeCity.ActiveReports.v9 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryRunning