ReportDesignerModel.DataSourceRefInfo Property
Specifies the information about report data sources.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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