Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportModel.SummaryOptions Property

For internal use. Specifies options required to calculate a summary function in a report.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public HashSet<ColumnNameSummaryOptions> SummaryOptions { get; set; }

Property Value

Type Description
HashSet<ColumnNameSummaryOptions>

A collection of ColumnNameSummaryOptions objects.

See Also