Execute BIRT Report from plain java api or rest api
Hi, there is a way to execute birt reports from some api? I've tried to execute from java api, but the method
IReportService reportClient = (IReportService) repository.getClientLibrary(IReportService.class) ;
returns null.
I understand that this is not possible from the REST API, so, there any way to run reports by outside rtc clients?
Thanks in advance.