Report builder automation

amu

New Member
Hello,

I am looking for way to automate report builder reports. We have about 10 reports as (daily, weekly and monthly) that we are running manually and it takes up too much time. I am looking for way to automate that.

Is there any API for report builder that I can use which allow me to write some utility in VB or any other language to go to PRL and execute and print.

I had other solution to convert report in SQL query and schedule those as corn job but if I can avoid and use Report builder to do so.

Please help.
 
Hello,
you can launch report from progress directly by program. Then if u want to automate these launch, u can create a job table where you store the program to launch. You need also a program who read this table, and launch the program who run the report at the time you've param on the job table.
Another solution it's to make a .bat where u launch a .p (with connection parameter ....) who launch one ore more report, and then automate this by using windows task planificater

Hope it's help
 
Back
Top