IChooseSummaryOptionsPageView.FillSummaryOptions(ColumnInfoSummaryOptions[]) Method
If implemented, fills the summary options check boxes on the Specify Summary Options (Multi-Query Version) page of the Report Wizard.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
summaryOptions | ColumnInfoSummaryOptions[] | An array of ColumnInfoSummaryOptions objects that contain information required to calculate summary functions. |
See Also