IStiBlocksParser Interface
Namespace: Stimulsoft.Base.Blocks
Methods
| Method | Returns | Description |
|---|---|---|
| evaluate | void | |
| evaluateAsync | void | |
| evaluateUserFunction | void |
Method Details
evaluate
evaluate(report: IStiReport, sender: any, xml: string, args: EventArgs): void
Parameters
- report (IStiReport)
- sender (any)
- xml (string)
- args (EventArgs)
evaluateAsync
evaluateAsync(report: IStiReport, sender: any, xml: string, args: EventArgs): void
Parameters
- report (IStiReport)
- sender (any)
- xml (string)
- args (EventArgs)
evaluateUserFunction
evaluateUserFunction(report: IStiReport, functionObj: object, args: Dictionary<string, any>): void
Parameters
- report (IStiReport)
- functionObj (object)
- args (Dictionary<string, any>)