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

ReportDesignerModel.DataSourceRefInfo Property

Specifies the information about report data sources.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

Declaration

public Dictionary<string, DataSourceRefInfo[]> DataSourceRefInfo { get; set; }

Property Value

Type Description
Dictionary<String, DataSourceRefInfo[]>

A dictionary that stores a value pair specifying a report name and a DataSourceRefInfo object that provides information about the report’s data source.

Remarks

A dictionary returned by this property can contain multiple entries if a data-bound report contains one or more subreports serialized as a SubreportBase.ReportSource (and not XRSubreport.ReportSourceUrl) and having their own data sources.

See Also