The RdlProp type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Compares the current RdlProp with another object.
This method performs comparison by value.
(Overrides Object..::..Equals(Object).) |
|
GetHashCode |
Gets the hash code for the current RdlProp.
The hash value is calculated based on the current object's value.
(Overrides Object..::..GetHashCode()()()().) |
Fields
Name | Description | |
---|---|---|
m_Expression |
The expression.
|
|
m_IsExpression |
A flag indicating that the value is an expression.
|
Properties
Name | Description | |
---|---|---|
Expression |
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).
|
|
IsExpression |
Gets a value indicating whether the current RdlProp is specified as an expression.
|