How can i package rdl reports inside SharePoint package files (wsp), And be able to change connection string later so i can deploy that package to different servers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In addition to deploying the files, you need to register them with SSRS using ReportingService2006.CreateReport and ReportingService2006.CreateDataSource.
Once the Data Sources has been deployed to your Data Connections library and registered with Reporting Services, you can change it either manually or programmatically.
For details, see: