Running SSRS SQL 2008 with SharePoint 2007 in Integration mode. I want to pass a URL parameter to the RSViewerPage.aspx in SharePoint site to export the rdl to PDF or XLS automatically.
I have a SSRS solution that contains 20 reports all of which utilise a shared data source called "DataWarehouse". This datasource has been configured to use Windows Authentication. These reports have been deployed to a server.
SSRS is in the native mode and I try to connect it with Windows Authentication. I tried starting SSMS as an Administrator, but the result was the same. I would appreciate your supports.
I am in the process of building my own custom data processing extension and I was wondering if it is possible to build this as a 64 bit application, which can talk to the 64 bit driver and the the custom data process extension to talk and connect to SSRS.
I applied SSL certificate to our existing SSRS through SSRS configuration Manager. After applying I found I lost all the permission. I cannot edit the Connection String on the existing data source. I cannot add a new data source. I downloaded the Report Builder from the download button on the SSRS web page (which took me to a Microsoft site) and gave the correct path. That also could not ...
Is it possible to render SSRS Report using SSRS SOAP API with report tool bar on the page.I found solutions to render report in excel,HTML or in pdf but i want to render a report with report tool bar.
The developer tells me he has to use forms authentication to provide access to SSRS, since he wants to prompt the user for credentials only once when the app starts up.