Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
IDictionary<String, String>

A dictionary, listing the subreports by their names.

See Also