Property Value
A System.Boolean value wheretrue
indicates that the subreport inherits the containing report's style sheet; otherwise false
. Default is true
.true
indicates that the subreport inherits the containing report's style sheet; otherwise false
. Default is true
.Subreport subreport = new Subreport(); subreport.InheritStyleSheet = false;