Reputation:
In the layout screen of an SSRS designer e.g. Visual Studio, I have lost the report data panel.
It has disappeared and I can't remember what it is called in order to get it back.
This usually lists the following items:
Previously it was in the same area as the general Toolbox and Server explorer panels.
Does anyone know how to restore it?
Upvotes: 204
Views: 166186
Reputation: 11
First Click any where on the Report layout in Visual Studio and then go to View/Report Data at the bottom of View Menu
Upvotes: 0
Reputation: 351
For future people CTRL+ALT+D or just view > report data in ancient ssrs 2008 VS BI. In newer 2017 SSRS, it's still the same. Funny how they change a bunch of things around, yet kept this the same.
Upvotes: 25
Reputation: 4747
With a report (rdl) file selected in your solution, select View and then Report Data.
It is a shortcut of Ctrl+Alt+D.
Upvotes: 394
Reputation: 6508
With a .rdl, .rdlc or similar file selected, you can either:
Upvotes: 38
Reputation: 551
If you are using BIDS with SQL 2008 R2 you can only get the "Report Data" menu by clicking inside the actual report layout itself.
Click inside the actual report layout.
Now select "View" from the main menu bar.
Now select "Report Data" which is the last item.
Upvotes: 55
Reputation: 51
If you are working with SQL 2008 R2 then from View
---->Report
Data option at bottom
Upvotes: 5