ActiveReports 10
ToString Method (ExpressionInfo)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class : ToString Method
Returns the string representation of this object suitable for RDL output.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
public override string ToString()
Remarks
Returns the expression this object represents. The return value is the value of Expression prefixed with an equal sign if this is an expression to be evaluated. Otherwise it is just the value of Expression.
See Also

Reference

ExpressionInfo Class
ExpressionInfo Members