ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Style Class / Parent Property

In This Topic
    Parent Property (Style)
    In This Topic
    Gets or sets the name of the parent style.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As Style
    public Style Parent {get;}

    Property Value

    A string name of the Style from which this Style object inherits its properties.
    See Also