Skip to main content
A newer version of this page is available.
All docs
V18.2

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.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.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