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

ReportModel.Columns Property

Specifies the data columns that are available in the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public string[] Columns { get; set; }

Property Value

Type Description
String[]

An array of String values, specifying the columns available from the datasource.

See Also