[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.SummaryRunning

SummaryRunning Enum

Determines whether summary values will be accumulated or reset based on the specified level.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum SummaryRunning

Fields

Name 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.

Extension Methods