IMultiQuerySelectFieldsPageView.GetSelectedColumns() Method
In This Article
If implemented, returns the list of data columns that are selected on this wizard page.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Returns
Type | Description |
---|---|
String[] | An array of String value, specifying the column names. |
See Also