Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.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