Troubleshooting / I Need Help With Report Center |
When accessing a Report Center with export options (for example, Export to PDF, Export to Excel, or Export to CSV), outside the Report Center application (for example, from SharePoint) the export options to not appear. However, the export options are displayed correctly in Report Center for the same report.
The necessary session parameters are not set when an AgileReport with export options is accessed from outside the Report Center application.
As a workaround, create a landing page called CustomPage.aspx where the necessary session parameters are set. Then redirect the request from CustomPage.aspx to rdPage.aspx. Please see below for a sample implementation.
http://[server]/[virtual directory]/CustomPage.aspx?ReportID=ahReport761
Example: http://demo3:9000/AgileReports/CustomPage.aspx?ReportID=ahReport116
This URL can be used from a web page (for example, SharePoint) to show the Report Center with export options