The following tables list the members exposed by ExpressionInfo.
Public Properties
Public Methods
| Name | Description |
| CompareTo | Compares the current ExpressionInfo with another ExpressionInfo and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals | Overloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one. |
| GetHashCode | Generates a unique HashCode for this expression. |
| Parse | Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression. |
| ToString | Returns the string representation of this object suitable for RDL output. |
Top
Public Operators
See Also