Expression Property (RdlObject)
In This Topic
Gets the expression associated with the current
RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if
IsExpression gets
false).
Syntax
'Declaration
Public ReadOnly Property Expression As String
public string Expression {get;}
See Also