RdlSize Constructor(String)
In This Topic
Initializes a new instance of the
RdlSize class with as constant or expression specified as a string.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- s
- If this string starts with a '=' it is interpreted as an expression, otherwise that string is converted to a constant value.
See Also