StiVariableAsParameterHelper Class
Namespace: Stimulsoft.Report.Dictionary
Methods
| Method | Returns | Description |
|---|---|---|
FetchAll static |
List |
|
ParameterExists static |
bool |
Method Details
FetchAll static
FetchAll(query: string, parameters: List
Parameters
- query (string)
- parameters (List
) - report (StiReport)
Returns List
ParameterExists static
ParameterExists(tokens: List<StiToken>, name: string): bool
Parameters
- tokens (List<StiToken>)
- name (string)
Returns bool