ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetImportantValues Method

In This Topic
    GetImportantValues Method
    In This Topic
    Returns all of the property/values in this CSSDeclaration instance that were marked with the !important declaration.
    Syntax
    'Declaration
     
    Public Sub GetImportantValues( _
       ByRef pResult As CSSDeclaration _
    ) 
    public void GetImportantValues( 
       ref CSSDeclaration pResult
    )

    Parameters

    pResult
    See Also