[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.SubstituteThemeOnSubreport

SubstituteThemeOnSubreport Property

SubstituteThemeOnSubreport

Gets or sets a value indicating whether the subreport uses the theme from the current report.

Declaration
public bool SubstituteThemeOnSubreport { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that the subreport uses the theme from the current report; otherwise false. Default is false.

Examples
Subreport subreport = new Subreport();
subreport.SubstituteThemeOnSubreport = true;