ActiveReports 10
ExpressionInfo Class Members
Properties  Methods 

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfo Class

The following tables list the members exposed by ExpressionInfo.

Public Properties
 NameDescription
Public PropertyThe original expression.  
Public PropertyGets a Boolean value indicating whether the ExpressionInfo object contains only constant values.  
Public PropertyThe expected data type of the expression result.  
Top
Public Methods
 NameDescription
Public MethodCompares 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.
 
Public MethodOverloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one.  
Public MethodGenerates a unique HashCode for this expression.  
Public Methodstatic (Shared in Visual Basic)Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression.  
Public MethodReturns the string representation of this object suitable for RDL output.  
Top
Public Operators
Determines whether the two ExpressionInfo objects represent the same expression.
Overloaded. Defines an operator that allows implicit conversion from an ExpressionInfo to a string.  
Determines whether the specified ExpressionInfo objects represent different expressions.
Top
See Also

Reference

ExpressionInfo Class
GrapeCity.ActiveReports.Expressions Namespace