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

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