Skip to main content

ReportModel.Columns Property

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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