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

XtraReportModel.Schema Property

Specifies the schema of an ExcelDataSource.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public FieldInfo[] Schema { get; set; }

Property Value

Type Description
FieldInfo[]

An array of FieldInfo objects.

Implements

See Also