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

In This Topic
    CSSText Property (StyleSheetRule)
    In This Topic
    Sets/gets the CSSText string. When set any current declarations (style properties) will be cleared/reset, and the string will be parsed to form a new set of declarations (style properties).
    Syntax
    'Declaration
     
    Public Property CSSText As String
    public string CSSText {get; set;}
    See Also