ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / ParentStyleSheet Property

In This Topic
    ParentStyleSheet Property (StyleSheetRule)
    In This Topic
    Returns the parent StyleSheet. The StyleSheet should be specified on creation of the instance.
    Syntax
    'Declaration
     
    Public Property ParentStyleSheet As StyleSheet
    public StyleSheet ParentStyleSheet {get; set;}
    See Also