[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.InheritStyleSheet

InheritStyleSheet Property

InheritStyleSheet

Gets or sets a value indicating whether the subreport inherits the containing report's style sheet.

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

A bool value where true indicates that the subreport inherits the containing report's style sheet; otherwise false. Default is true.

Examples
Subreport subreport = new Subreport();
subreport.InheritStyleSheet = false;