ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / ParentStyle Property

In This Topic
    ParentStyle Property
    In This Topic
    Gets or sets the parent style.
    Syntax
    'Declaration
     
    Public Property ParentStyle As Style
    public Style ParentStyle {get; set;}

    Property Value

    A Style object representing the parent style.
    See Also