Execute a report with RTC SDK API
![]()
Hello,
Is it possible to create a Java program using RTC SDK in order to execute a report already present and published on the server in the report tab ? I have explored the javadoc : I have found some interesting objects (as IReportService or IReportParameter) but I don't find examples ... Thanks for your help. Mathieu |
Comments
Hello,
My problem is that reportClient is null when I generate it with the teamRepository.getClientLibrary method. Very strange because for example, processClient generated with the same method is not null !!I have tried to test this part of client java code on the "run" method as described by Ralph (https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/)