[]
Gets or sets a dictionary of subreports associated with the main report.
public Dictionary<string, Report> Subreports { get; set; }
Type | Description |
---|---|
Dictionary<string, Report> | A Dictionary<TKey, TValue> with keys of type string and values of type Report, representing the subreports. |