[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ExpressionInfoExtensions.GetExpressionReferences

GetExpressionReferences Method

GetExpressionReferences(ExpressionInfo, string)

Returns the list of the names of any report item referenced in the RDL Global [type] collection (ReportItems, DataSet, or DataSource).

Declaration
public static string[] GetExpressionReferences(this ExpressionInfo expression, string type)
Parameters
Type Name Description
ExpressionInfo expression

An ExpressionInfo object to search for references.

string type

An ExpressionInfo object reference type.

Returns
Type Description
string[]

Any referenced [type] items or an empty list.