ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Subreport Class / SubstituteThemeOnSubreport Property
Example

In This Topic
    SubstituteThemeOnSubreport Property
    In This Topic
    Gets or sets a value indicating whether the subreport uses the theme from the current report.
    Syntax
    'Declaration
     
    Public Property SubstituteThemeOnSubreport As Boolean
    public bool SubstituteThemeOnSubreport {get; set;}

    Property Value

    A System.Boolean value where true indicates that the subreport uses the theme from the current report; otherwise false. Default is false.
    Example
    Subreport subreport = new Subreport();
    subreport.SubstituteThemeOnSubreport = true;
    See Also