Question: In what ways can I extend KoolReport?
Answer: You can extend KoolReport in many ways however there are FOUR(4) areas you can look into when you want to extend:
- Create new datasource: When you want your report to connect to a new type of data source
- Create new process: When you want to build your own reusable process to use in different reports.
- Create new widget: Make new UI widget to display data in your own way.
- Create new service: Extend functionality of KoolReport or change its behaviors.
Details of how to extend KoolReport can be found in our documentation of How To Extend KoolReport.