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

ReportDesignerModel.Subreports Property

Specifies the subreports available in the ReportDesignerModel.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public Dictionary<string, string> Subreports { get; set; }

Property Value

Type Description
Dictionary<String, String>

A dictionary, containing the report names, along with the names of their associated subreports.

See Also