[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.IsPropertyRef

IsPropertyRef Method

IsPropertyRef(ExpressionInfo, string, params string[])

Gets a value indicating whether the specified expression is a property reference.

Declaration
public static bool IsPropertyRef(this ExpressionInfo e, string collectionName, params string[] properties)
Parameters
Type Name Description
ExpressionInfo e

An ExpressionInfo object to check for.

string collectionName

A string value indicating the collection name to check against.

string[] properties

An array of the string value containing the properties to check against.

Returns
Type Description
bool

A bool value where true if the expression is a property reference; otherwise, false.