Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void FillSummaryOptions(
    ColumnInfoSummaryOptions[] summaryOptions
)

Parameters

Name Type Description
summaryOptions ColumnInfoSummaryOptions[]

An array of ColumnInfoSummaryOptions objects that contain information required to calculate summary functions.

See Also