Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3500:0700:0710 [2023/04/05 07:50] – removed - external edit (Unknown date) 127.0.0.1 | docs:3500:0700:0710 [2025/06/12 02:36] (current) – Rename to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ===== Implementing code for the scriptlet ===== | ||
| + | The scriptlet’s code is called by // | ||
| + | |||
| + | The scriptlet is a class that must implement IReportScriptlet interface. Methods of this interface are called at various times during the report calculation. The scriptlet designer must provide a non-empty implementation of those methods that are called at the times that the scriptlet will be calculating its values. The methods exposed by the IReportScriptlet interface are described below. As mentioned before all methods are given a reference to the [[docs: | ||
| + | |||
| + | {{topic> | ||