Scripts of Reports.PHP Package
Reports.PHP package contains the following libraries:
| Scripts | Description |
|---|---|
| stimulsoft.blockly.editor.js | The script contains visual editor Blockly for creating event scripts in a report. The Event handler is embedded in report engine. |
| stimulsoft.designer.js | The script for working with the report designer. |
| stimulsoft.designer.pack.js | The packed script for working with the report designer. It is similar to the previous one, but a bit smaller. |
| stimulsoft.reports.js | The main script contains all the functionality of the report generator - rendering, exporting, working with data. |
| stimulsoft.reports.pack.js | The packed main script contains all the functionality of the report generator - rendering, exporting, working with data. It is similar to the previous one, but a bit smaller. |
| stimulsoft.reports.maps.js | The script contains resources for working with region maps. |
| stimulsoft.reports.maps.pack.js | The packed script contains resources for working with region maps. It is similar to the previous one but a bit smaller. |
| stimulsoft.viewer.js | The script for working with the report viewer. |
| stimulsoft.viewer.pack.js | The packed script for working with the report viewer. It is similar to the previous one but a bit smaller. |
| stimulsoft.reports.d.ts | The header file describes the syntax and structure of functions and properties. |