Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| 3500:0700:0710 [2026/08/13 01:40] – ↷ Links adapted because of a move operation localdev | 3500:0700:0710 [2026/08/13 02:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Implementing code for the scriptlet ===== | ===== Implementing code for the scriptlet ===== | ||
| - | The scriptlet’s code is called by // | + | 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 [[3500: | 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 [[3500: | ||
| {{topic> | {{topic> | ||