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

XRSummary(SummaryRunning, SummaryFunc, String) Constructor

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

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,
    string formatString
)

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.

func SummaryFunc

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

formatString String

A String value containing a format for the summary output. This value is assigned to the XRSummary.FormatString property.

See Also