ActiveReports 8
Implicit Type Conversion(ExpressionInfo,String) Operator
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class > Implicit Type Conversion Operator : Implicit Type Conversion(ExpressionInfo,String) Operator

expressionString
The string to be converted to an expression.

Glossary Item Box

Defines an operator that allows implicit conversion from a string to an ExpressionInfo.

Syntax

Visual Basic (Declaration) 
Overloads Public Operator Widening CType( _
   ByVal expressionString As System.String _
) As ExpressionInfo
C# 
public ExpressionInfo operator implicit( 
   System.string expressionString
)

Parameters

expressionString
The string to be converted to an expression.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also