ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ExpressionInfoExtensions Class / GetReferencedFields Method
The expression to look for fields references in.

In This Topic
    GetReferencedFields Method
    In This Topic
    Returns the names of the fields referenced by the specified expression.
    Syntax
    'Declaration
     
    Public Shared Function GetReferencedFields( _
       ByVal expression As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo _
    ) As String()
    public static string[] GetReferencedFields( 
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo expression
    )

    Parameters

    expression
    The expression to look for fields references in.

    Return Value

    The names of the fields referenced in the specified expression or an empty array if no fields are referenced.
    See Also