ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetPercentValue Method
A percentage (0-100) value. According to CSS this value could range from negative to greater than 100.

In This Topic
SetPercentValue Method
In This Topic
Specifies the value as a percent.
Syntax
'Declaration
 
Public Sub SetPercentValue( _
   ByVal aValue As Single _
) 
 

Parameters

aValue
A percentage (0-100) value. According to CSS this value could range from negative to greater than 100.
See Also