ActiveReports Developer 7
ExpressionInfo Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfo Class

Glossary Item Box

The following tables list the members exposed by ExpressionInfo.

Public Properties

 NameDescription
Public PropertyExpressionThe original expression.  
Public PropertyIsConstantGets a Boolean value indicating whether the ExpressionInfo object contains only constant values.  
Public PropertyResultTypeThe expected data type of the expression result.  
Top

Public Methods

 NameDescription
Public MethodCompareToCompares 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 MethodEqualsOverloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one.  
Public MethodGetHashCodeGenerates a unique HashCode for this expression.  
Public Methodstatic (Shared in Visual Basic)ParseParses the specified expression string and returns an ExpressionInfo object that represents the specified expression.  
Public MethodToStringReturns the string representation of this object suitable for RDL output.  
Top

Public Operators

public Operator Equality Determines whether the two ExpressionInfo objects represent the same expression.
public Operator Implicit Type Conversion Overloaded. Defines an operator that allows implicit conversion from an ExpressionInfo to a string.  
public Operator Inequality Determines whether the specified ExpressionInfo objects represent different expressions.
Top

See Also