ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / Add Method / Add(String,String) Method
The ClassName to identify this stylesheet rule by.
The CSS declartaion block string that the returned StyleSheetRule object will represent.

In This Topic
    Add(String,String) Method
    In This Topic
    Creates a StyleSheetRule object from the specified information.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal className As String, _
       ByVal cssText As String _
    ) As StyleSheetRule
    public StyleSheetRule Add( 
       string className,
       string cssText
    )

    Parameters

    className
    The ClassName to identify this stylesheet rule by.
    cssText
    The CSS declartaion block string that the returned StyleSheetRule object will represent.
    See Also