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

ReportDesignerModel.DataSources Property

Specifies the data sources available in the Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public DataSourceInfo[] DataSources { get; set; }

Property Value

Type Description
DataSourceInfo[]

An array of DataSourceInfo objects.

See Also