Link to home
Start Free TrialLog in
Avatar of itesp
itesp

asked on

How to edit an RDL report in Sharepoint and SSRS 2005?

We have Sharepoint with SSRS 2005.  Our previous developer created some reports (.RDL) and published them in Sharepoint.
I need to make some edits to these reports (adding a column).
How can I do this?

I know these RDL reports are not actual files (that I can browse to via Windows Explorer) but are saved in the SQL database somewhere.
I'm going to http://localhost and log in to Sharepoint as an admin.  

When I click on a report in the browser, each report has an "actions" menu in the upper left corner.  
The options in this actions - menu are: "open with report builder" (which doesn't work since SSRS is running within sharepoint), "subscribe" and "export" (which exports the report data, not the rdl).

How can I edit the rdl report?

Avatar of Jesus Rodriguez
Jesus Rodriguez
Flag of United States of America image

You must get the RDL and edit with VS2008 or VS2005 (which ever was use to do the report) Create SQL Report Project on the visual studio and import the reports from the Sharepoint folder.
ASKER CERTIFIED SOLUTION
Avatar of itesp
itesp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of itesp
itesp

ASKER

.