'Declaration Public Property SubstituteThemeOnSubreport As Boolean
public bool SubstituteThemeOnSubreport {get; set;}
Property Value
A System.Boolean value wheretrue
indicates that the subreport uses the theme from the current report; otherwise false
. Default is false
.