MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionExtensions Class / FindReference Method
Expression to search reference in.
Name to search.

In This Topic
FindReference Method
In This Topic
Searches for the specified reference type (Identifier or MethodName).
Syntax
'Declaration
 
Public Shared Function FindReference( _
   ByVal e As ExpressionInfo, _
   ByVal refName As String _
) As ExpressionInfo
 

Parameters

e
Expression to search reference in.
refName
Name to search.

Return Value

Finds expression that contains specified reference or null.
See Also