In This Topic
The following tables list the members exposed by RdlObject.
Public Constructors
Public Fields
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). (Inherited from C1.C1Rdl.RdlProp) |
| IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) |
| IsNull | Returns true if object contains null value. |
| Value | Gets the object value if the current object contains a constant. Throws an exception if the current object contains an expression. |
Top
Public Methods
| Name | Description |
| Equals | Overridden. Compares the current object with another object. This method performs comparison by value. |
| GetHashCode | Overridden. Gets the hash code for the current object based on value. |
| IsNullOrEmpty | Tests whether an RdlObject is null or empty. |
| ToString | Converts the current object to a string. |
| TryParse | Parses a string into properties of the RdlObject class. |
Top
Public Operators
See Also