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:

  1. Create new datasource: When you want your report to connect to a new type of data source
  2. Create new process: When you want to build your own reusable process to use in different reports.
  3. Create new widget: Make new UI widget to display data in your own way.
  4. 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.