Evaluates a string containing tokens that relate to this DataSource. For example, if this DataSource represents a series, the string "%Name" will return the actual name of the series. See the token reference for more information on available tokens.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As DataSource
Dim text As String
Dim cType As ChartType
Dim urlEncode As Boolean
Dim value As String
value = instance.EvaluateExpression(text, cType, urlEncode)
|
Parameters
- text
- String with tokens to evaluate.
- cType
- Chart type used with this DataSource.
- urlEncode
- When true, the returned string is urlEncoded.
Remarks
See Also