rpm - Friday, October 12, 2012 2:34 PM:
Hi,
I have a Method that uses SQL Reporting Services to generate a report that is written to a file.
The URL of the service is different for different installations of Innovator (Test, QA, Production).
Is there an API that will return the value of the ReportingServices tag defined in the InnovatorServerConfig.xml file?
<ReportingServices>
<ReportServer>ProductionReportServer:80/.../</ReportServer>
<User>Reporting</User>
<Password>reporting</Password>
</ReportingServices>
Thanks,
rpm