ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / GetRuleByClassName Method
The case insensitive class name

In This Topic
    GetRuleByClassName Method
    In This Topic
    Returns the rule with the specified class name. If the rule is not in this stylesheet, Normal stylesheet will be returned as default
    Syntax
    'Declaration
     
    Public Function GetRuleByClassName( _
       ByVal className As String _
    ) As StyleSheetRule
    public StyleSheetRule GetRuleByClassName( 
       string className
    )

    Parameters

    className
    The case insensitive class name

    Return Value

    The stylesheet rule with the specified class name.
    See Also