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

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

    Parameters

    cssText
    className
    parentStyleName
    See Also