ActiveReports Developer 7
SubstituteThemeOnSubreport Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Subreport Class : SubstituteThemeOnSubreport Property

Glossary Item Box

Gets or sets a value indicating whether the subreport uses the theme from the current report.

Syntax

Visual Basic (Declaration) 
Public Property SubstituteThemeOnSubreport As System.Boolean
C# 
public System.bool SubstituteThemeOnSubreport {get; set;}

Property Value

A Boolean value where true indicates that the subreport uses the theme from the current report; otherwise false. The default value is false.

See Also