| Visual Basic (Declaration) | |
|---|---|
Public Enum SummaryRunning Inherits System.Enum | |
| C# | |
|---|---|
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
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryRunning