[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonTemplateBuilder.ReportTemplate.Subreports

Subreports Property

Subreports

Gets or sets a dictionary of subreports associated with the main report.

Declaration
public Dictionary<string, Report> Subreports { get; set; }
Property Value
Type Description
Dictionary<string, Report>

A Dictionary<TKey, TValue> with keys of type string and values of type Report, representing the subreports.