ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ExpressionInfoExtensions Class / GetExpressionReferences Method
The expression to search for [type] references.
The expression reference type

In This Topic
    GetExpressionReferences Method
    In This Topic
    Returns the list of the names of any report item referenced in the RDL Global [type] collection (ReportItems or DataSet or DataSource).
    Syntax
    'Declaration
     
    Public Shared Function GetExpressionReferences( _
       ByVal expression As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo, _
       ByVal type As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionReferenceType _
    ) As String()
    public static string[] GetExpressionReferences( 
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo expression,
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionReferenceType type
    )

    Parameters

    expression
    The expression to search for [type] references.
    type
    The expression reference type

    Return Value

    Any referenced [type] items or an empty list.
    See Also