Skip to main content

ReportDesignerModel.DataSources Property

Specifies the data sources available in the Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public DataSourceInfo[] DataSources { get; set; }

Property Value

Type Description
DataSourceInfo[]

An array of DataSourceInfo objects.

See Also