Skip to main content

IMultiQuerySelectFieldsPageView.SetSelectedColumns(String[]) Method

If implemented, selects the specified data columns

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void SetSelectedColumns(
    string[] columns
)

Parameters

Name Type Description
columns String[]

An array of String values, specifying the column names.

See Also