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

ChooseSummaryOptionsPageView.FillSummaryOptions(ColumnInfoSummaryOptions[]) Method

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.Extensions.dll

Declaration

public 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