[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedParameters

GetReferencedParameters Method

GetReferencedParameters(ExpressionInfo)

Gets the names of the parameters referenced using a specified expression.

Declaration
public static string[] GetReferencedParameters(this ExpressionInfo expression)
Parameters
Type Name Description
ExpressionInfo expression

An ExpressionInfo object to look for parameter references in.

Returns
Type Description
string[]

An array of the string values containing the names of the parameters referenced in the specified expression or an empty array if no parameters are referenced.