ASPxReportDesigner.Subreports Property
Provides access to the subreports available in the report that is currently loaded into the Web Report Designer.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
IDictionary<String, String> | A dictionary, listing the subreports by their names. |
See Also