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

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.v19.1.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