ActiveReports Developer 7
Parent Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Style Class : Parent Property

Glossary Item Box

Gets or sets the name of the parent style.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Parent As Style
C# 
public Style Parent {get;}

Property Value

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

See Also