I have installed SQL Server 2008 R2 with Advanced Services. I have a visual studio solution that has files with extension .rdl and .rdl.data. How can I open and modify these files?
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.
RDL is the Report Definition Language – e.g. the definition files for the SQL Server Reporting Services.
You should be able to use those either from the Reporting Services web dashboard, or you can check out the standalone Report Designer to open and modify those files.