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

In This Topic
    Add(String,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, _
       ByVal parentStyle As String _
    ) As StyleSheetRule
    public StyleSheetRule Add( 
       string className,
       string cssText,
       string parentStyle
    )

    Parameters

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