ActiveReports 8
Parse(String,ExpressionResultType) Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class : Parse(String,ExpressionResultType) Method

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.

Glossary Item Box

Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression.

Syntax

Visual Basic (Declaration) 
Public Shared Function Parse( _
   ByVal expressionString As System.String, _
   ByVal subType As ExpressionResultType _
) As ExpressionInfo
C# 
public static ExpressionInfo Parse( 
   System.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.

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