ActiveReports 12
Parse(String,ExpressionResultType) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfo Class > Parse Method : Parse(String,ExpressionResultType) Method
The string to parse
If the expressionString parameter does not start with an equals sign (=), then the expression is treated as a constant with an enumerated ExpressionResultType.
Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal expressionString As String, _
   ByVal subType As ExpressionResultType _
) As ExpressionInfo
public static ExpressionInfo Parse( 
   string expressionString,
   ExpressionResultType subType
)

Parameters

expressionString
The string to parse
subType
If the expressionString parameter does not start with an equals sign (=), then the expression is treated as a constant with an enumerated ExpressionResultType.
See Also

Reference

ExpressionInfo Class
ExpressionInfo Members
Overload List