ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetValue Method / GetValue(eCSSProperty,String) Method
The CSS property to retrieve the value for.
The string variable to set to the string representation of the specified property's value.

In This Topic
    GetValue(eCSSProperty,String) Method
    In This Topic
    Retrieves the value for the specified CSS property from this declaration instance and places the value into sValue.
    Syntax
    'Declaration
     
    Public Overloads Sub GetValue( _
       ByVal aProperty As eCSSProperty, _
       ByRef sValue As String _
    ) 
    public void GetValue( 
       eCSSProperty aProperty,
       ref string sValue
    )

    Parameters

    aProperty
    The CSS property to retrieve the value for.
    sValue
    The string variable to set to the string representation of the specified property's value.
    See Also