Gets or sets a value indicating whether the subreport uses the theme from the current report.
| Visual Basic (Declaration) | |
|---|---|
Public Property SubstituteThemeOnSubreport As Boolean | |
| C# | |
|---|---|
public bool SubstituteThemeOnSubreport {get; set;} | |
Return Value
A Boolean value where true indicates that the subreport uses the theme from the current report; otherwise false. The default value is false.