[]
Gets or sets a value indicating whether the subreport uses the theme from the current report.
public bool SubstituteThemeOnSubreport { get; set; }
| Type | Description |
|---|---|
| bool | A bool value where |
Subreport subreport = new Subreport();
subreport.SubstituteThemeOnSubreport = true;