Skip to main content

IMultiQuerySelectFieldsPageView.GetSelectedColumns() Method

If implemented, returns the list of data columns that are selected on this wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

string[] GetSelectedColumns()

Returns

Type Description
String[]

An array of String value, specifying the column names.

See Also