Skip to main content

XtraReportModel.DataSourceType Property

Specifies the report data source type.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DataSourceType DataSourceType { get; set; }

Property Value

Type Description
DataSourceType

A DataSourceType enumeration value.

Implements

See Also