Skip to main content
A newer version of this page is available. .

XRSummary(SummaryRunning, SummaryFunc) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public XRSummary(
    SummaryRunning running,
    SummaryFunc func
)

Parameters

Name Type Description
running SummaryRunning

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

func SummaryFunc

A SummaryFunc enumeration value, specifying the summary function to be calculated. This value is assigned to the XRSummary.Func property.

See Also