ReportDesignerModel.Subreports Property
Specifies the subreports available in the ReportDesignerModel.
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, String> | A dictionary, containing the report names, along with the names of their associated subreports. |
See Also