tmannais
10th January 2019, 10:44
I have a device SSRS (SQL Server Reporting Services) that will print out the SSRS report. The device is setup correctly and is working fine in the system. It can be downloaded into several file types such as word, excel, and pdf manually.
Now I want to use AFS to get the SSRS report in the PDF format.
How can I do that?
I tried using
stpapi.set.report(session.code, report.code, "SSRS", error.msg)
to print the report in SSRS device, but cannot save it into PDF.
Now I want to use AFS to get the SSRS report in the PDF format.
How can I do that?
I tried using
stpapi.set.report(session.code, report.code, "SSRS", error.msg)
to print the report in SSRS device, but cannot save it into PDF.