You are not logged in.
Pages: 1
Hi All,
I have one question that how can I update report template via URL script or replace report template file directly? I have a lot of jasper report template.
Thanks.
Offline
Hi fai,
you can use scripting for this, here you have some information:
Script guide: https://reportserver.net/en/guides/script/main/
The javadocs can be found here: https://reportserver.net/api/current/javadoc/index.html
List of entities: https://reportserver.net/api/current/entities.html
List of hooks: https://reportserver.net/api/current/hooks.html
List of services: https://reportserver.net/api/current/services.html
You can of course call this script as an URL script: https://reportserver.net/en/guides/admi … Scripting/
14.7. Accessing Scripts by URL
Regards,
Eduardo
Offline
Hi Eduardo,
I tried to use URL script to update the report template today but not success, I think it is difficult for me to do that by writing my own script. Is there any method to replace report template (jrxml file) directly?
Best regards,
Fai
Offline
Pages: 1