Skip to main content

XRSummary(SummaryRunning) Constructor

Initializes a new instance of the XRSummary class with the specified range.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRSummary(
    SummaryRunning running
)

Parameters

Name Type Description
running SummaryRunning

A SummaryRunning enumeration value which specifies the range for which the summary function should be calculated. This value is assigned to the XRSummary.Running property.

See Also