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

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

    Parameters

    expression
    The expression to look for report itmes references in.

    Return Value

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