Custom Reporting Data Sources
SDK › Adding to the Product › Data Sources and Reports
Overview Custom data sources can also be created via interfaces/subclassing: Specifying resulting cols Specifying when they apply Generating data To write your own custom data source, create a class that inherits from and implements AbstractCustomDataSource, decorated with AutoRegisterReportElement. This