XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Reporting Services"

Line 9: Line 9:
 
     <add key="ReportingServicesServerUrl" value="http://my-server:8080/ReportServer_SQL2008RS" />
 
     <add key="ReportingServicesServerUrl" value="http://my-server:8080/ReportServer_SQL2008RS" />
 
</appSettings>
 
</appSettings>
 +
</pre>
 +
 +
And remove the comments around sections of the web.config labeled
 +
<pre>
 +
<!-- ReportingServices Integration -->
 
</pre>
 
</pre>
  
 
Once this is done XLCubed will query the Reporting Services report list when a user logs in, and create folders for the reports found. These can then be opened directly in the XLCubedWeb application.
 
Once this is done XLCubed will query the Reporting Services report list when a user logs in, and create folders for the reports found. These can then be opened directly in the XLCubedWeb application.

Revision as of 10:22, 1 May 2012

As of V7 XLCubed can integrate your Reporting Services reports with the XLCubed Repository.

To configure this up you will need to add the following settings in the web.config file of your XLCubedWeb installation:

<appSettings>
    <!-- Existing settings... -->
    <add key="ReportingServicesUrl" value="http://my-server:8080/Reports_SQL2008RS" />
    <add key="ReportingServicesServerUrl" value="http://my-server:8080/ReportServer_SQL2008RS" />
</appSettings>

And remove the comments around sections of the web.config labeled

<!-- ReportingServices Integration -->

Once this is done XLCubed will query the Reporting Services report list when a user logs in, and create folders for the reports found. These can then be opened directly in the XLCubedWeb application.