The following tables list the members exposed by RdlProp.
Public 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 RdlProp.IsExpression gets false). |
| IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. |
Top
Public Methods
| Name | Description |
| Equals | Compares the current RdlProp with another object. This method performs comparison by value. |
| GetHashCode | Gets the hash code for the current RdlProp. The hash value is calculated based on the current object's value. |
Top
See Also