[]
Returns the list of the names of any report item referenced in the RDL Global [type] collection (ReportItems, DataSet, or DataSource).
public static string[] GetExpressionReferences(this ExpressionInfo expression, string type)
Type | Name | Description |
---|---|---|
ExpressionInfo | expression | An ExpressionInfo object to search for references. |
string | type | An ExpressionInfo object reference type. |
Type | Description |
---|---|
string[] | Any referenced [type] items or an empty list. |