ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / StyleSheetRule Constructor / StyleSheetRule Constructor(String,String,StyleSheet)

In This Topic
    StyleSheetRule Constructor(String,String,StyleSheet)
    In This Topic
    Creates an instance of StyleSheetRule that will use the specified ClassName, CSSText, and ParentStyleSheet.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cssText As String, _
       ByVal className As String, _
       ByVal parentStyleSheet As StyleSheet _
    )
    public StyleSheetRule( 
       string cssText,
       string className,
       StyleSheet parentStyleSheet
    )

    Parameters

    cssText
    className
    parentStyleSheet
    See Also