ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / RemoveRule Method

In This Topic
    RemoveRule Method
    In This Topic
    Removes the rule with the specified classname from this stylesheet.
    Syntax
    'Declaration
     
    Public Sub RemoveRule( _
       ByVal className As String _
    ) 
    public void RemoveRule( 
       string className
    )

    Parameters

    className
    See Also