[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasIdentifierRefs

HasIdentifierRefs Method

HasIdentifierRefs(ExpressionInfo, params string[])

Determines whether the expression refers to any of the specified objects.

Declaration
public static bool HasIdentifierRefs(this ExpressionInfo e, params string[] ids)
Parameters
Type Name Description
ExpressionInfo e

An ExpressionInfo object to check for.

string[] ids

The identifiers to check against.

Returns
Type Description
bool

A bool value where true if the expression refers to any of the specified objects; otherwise, false.