RdlObject Constructor(String)
In This Topic
Initializes a new instance of the
RdlObject class. The string is parsed to determine whether it represents a constant or an expression.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RdlObject(
string
)
Parameters
- s
- If starts with a '=' then it is interpreted as an expression, otherwise as a constant string.
See Also