StiVariableExpressionHelper Class
Namespace: Stimulsoft.Report
Methods
| Method | Returns | Description |
|---|---|---|
extractVariableName static |
string | |
getSimpleName static |
string | |
getVariableSpecifiedAsExpression static |
IStiAppVariable | |
isVariableSpecifiedAsExpression static |
boolean |
Method Details
extractVariableName static
extractVariableName(exp: string): string
Parameters
- exp (string)
Returns string
getSimpleName static
getSimpleName(name: string): string
Parameters
- name (string)
Returns string
getVariableSpecifiedAsExpression static
getVariableSpecifiedAsExpression(element: IStiElement, expression: string): IStiAppVariable
Parameters
- element (IStiElement)
- expression (string)
Returns IStiAppVariable
isVariableSpecifiedAsExpression static
isVariableSpecifiedAsExpression(element: IStiElement, expression: string): boolean
Parameters
- element (IStiElement)
- expression (string)
Returns boolean
Fields
| Field | Type | Description |
|---|---|---|
| exp | any | |
| exp | any | |
| exp | any | |
| expression | any | |
| name | any | |
| name | any |