ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace / ExpressionExtensions Class / GetFieldName Method

In This Topic
    GetFieldName Method
    In This Topic
    Extracts field name from the expression which looks like Fields!SomeField.Value.
    Syntax
    'Declaration
     
    Public Shared Function GetFieldName( _
       ByVal expr As ExpressionInfo _
    ) As String
    public static string GetFieldName( 
       ExpressionInfo expr
    )

    Parameters

    expr
    See Also