I'm developing a report in the Business Intelligence studio and I lost my dataset. The pane was near toolbox, and it is gone. What is the name of the pane I should to reopen?
Asked
Active
Viewed 7.1k times
103
-
try `Window->Reset Window Layout` to reset the layout – JosephH Oct 31 '11 at 23:13
-
3@JosephH, Just tried. Does not help. – user194076 Oct 31 '11 at 23:27
-
Possible duplicate of [DataSet panel in SSRS designer is gone](http://stackoverflow.com/questions/678322/dataset-panel-in-ssrs-designer-is-gone) – Tim Abell Sep 16 '16 at 19:02
5 Answers
234
If anyone is interested: Ctrl+Alt+D combo helped me.

Xavier Guihot
- 54,987
- 21
- 291
- 190

user194076
- 8,787
- 23
- 94
- 154
-
20
-
1what causes it to disappear - happened to me too - the project is a report type project so you would think that would stay visible. – Biz Brown Feb 13 '15 at 14:23
-
14Worked for me too. Just a note about the View > Report Data menu. It looks to only be visible if the focus in on the actual report. Have the focus on the toolbox for example and the menu item is not even listed, let alone greyed out. – Paul Jun 04 '15 at 11:15
-
And it is so very !intuitively the very bottom option. That is THE most important thing after the designer itself. Should be at the top. Thanks StackOverflow. Saved me yet again. – james kenny Aug 16 '19 at 07:43
40
In Visual Studio 2013 running SSDTBI for VS 2013 the option has moved to the "View" menu, and confusingly it only shows if an actual report has focus. So click somewhere in your report, and then click "View"
Or as stated by others Ctrl+Alt+d still works, though only if you have a report focussed.

Tim Abell
- 11,186
- 8
- 79
- 110
3
For some reason Ctrl + Alt + D didn't work for me.
I found it under Data -> Show Data Sources...
You would think it would be under View.

Nate S.
- 1,117
- 15
- 31
3
I am using VS 2010 and Ctrl + Alt + D worked for me. You have to click somewhere on the report to work this.
Similarly:
Ctrl + Alt + L for Solution Explorer
Ctrl + Alt + S for Server explorer
F4 for Properties

rchacko
- 1,965
- 23
- 24