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

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

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