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 _
)
 

Parameters

cssText
className
parentStyleSheet
See Also