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

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

    Parameters

    expression
    The expression to look for parameter references in.

    Return Value

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