[]
Gets the names of the report items referenced byusing a specified expression.
public static string[] GetReferencedReportItems(this ExpressionInfo expression)
Type | Name | Description |
---|---|---|
ExpressionInfo | expression | An ExpressionInfo object to look for report items references in. |
Type | Description |
---|---|
string[] | An array of the string values containing the names of the report items referenced in the specified expression or an empty array if no report items are referenced. |