[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.HasMeReferences

HasMeReferences Method

HasMeReferences(ExpressionInfo)

Gets a value indicating whether the specified expression references 'Me'.

Declaration
public static bool HasMeReferences(this ExpressionInfo expr)
Parameters
Type Name Description
ExpressionInfo expr

An ExpressionInfo object to check for.

Returns
Type Description
bool

A bool value where true if the expression references 'Me'; otherwise, false.