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

IMultiQuerySelectFieldsPageView.SetSelectedColumns(String[]) Method

If implemented, selects the specified data columns

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

void SetSelectedColumns(
    string[] columns
)

Parameters

Name Type Description
columns String[]

An array of String values, specifying the column names.

See Also