| Visual Basic (Declaration) | |
|---|---|
Public Enum SummaryRunning Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SummaryRunning : Enum | |
| Member | Description |
|---|---|
| None | Summary values are not accumulated. |
| Group | Calculates a running summary (each value is the sum of the current value and all preceding values) within the same group level. |
| All | Calculates a running summary for all values. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.SummaryRunning