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

ASPxReportDesigner.DataSources Property

Provides access to the data sources available in the report that is currently loaded into the Web Report Designer.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public IDictionary<string, object> DataSources { get; }

Property Value

Type Description
IDictionary<String, Object>

A dictionary, listing the data sources by their names.

See Also