This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - <ReportingServices> access?

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