[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetReferencedFields

GetReferencedFields Method

GetReferencedFields(ExpressionInfo)

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

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

An ExpressionInfo object to look for fields references in.

Returns
Type Description
string[]

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