ChooseSummaryOptionsPage.SummaryOptions Property
Gets summary functions selected on a wizard page.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
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