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

ChooseSummaryOptionsPage.SummaryOptions Property

Gets summary functions selected on a wizard page.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

public virtual IEnumerable<ColumnInfoSummaryOptions> SummaryOptions { get; protected set; }

Property Value

Type Description
IEnumerable<ColumnInfoSummaryOptions>

A collection of ColumnInfoSummaryOptions objects that contain information required to calculate summary functions.

See Also