MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionExtensions Class / IsValid Method
The ExpressionInfo instance to be validated.

In This Topic
IsValid Method (ExpressionExtensions)
In This Topic
Returns a value that indicates whether the given expression is valid.
Syntax
'Declaration
 
Public Shared Function IsValid( _
   ByVal expression As ExpressionInfo _
) As Boolean
 

Parameters

expression
The ExpressionInfo instance to be validated.

Return Value

True if the given expression is valid, false otherwise.
See Also