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

In This Topic
    Declaration Property (StyleSheetRule)
    In This Topic
    Gets/sets the CSSDeclaration object used by this style.
    Syntax
    'Declaration
     
    Public Property Declaration As CSSDeclaration
    public CSSDeclaration Declaration {get; set;}
    See Also