ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ExpressionInfoExtensions Class / GetFieldNameFromExpression Method
A string representation of an expression

In This Topic
    GetFieldNameFromExpression Method
    In This Topic
    Returns the name of the field from expression
    Syntax
    'Declaration
     
    Public Shared Function GetFieldNameFromExpression( _
       ByVal expression As String _
    ) As String
    public static string GetFieldNameFromExpression( 
       string expression
    )

    Parameters

    expression
    A string representation of an expression

    Return Value

    Field name or null if the expression does not contain fields
    See Also