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

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.v19.1.dll

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

Declaration

string[] GetSelectedColumns()

Returns

Type Description
String[]

An array of String value, specifying the column names.

See Also