Report Service
how integrate report service in your code
I will explain how integrate report service in your code.
-
Install
tahaluf-reporting
npm package:npm i tahaluf-reporting
-
Create configuration file in root folder:
-
Configuration file name
report-config.json
-
The stracture of file is:
{ "logo": "image path | image url | image base64", "footerTitle": "string", "chartTitle": "string", "tableTitle": "string", "info": { "title": "string", "author": "string", "subject": "string", "keywords": "string" }, "tableHeaderColor": "color", "tableLayout": "noBorders | headerLineOnly | lightHorizontalLines | emptyString", "pageOrientation": "portrait | landscape" }
-