DataSet panel (Report Data) in SSRS designer is go

2019-01-29 17:08发布

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 rmeember what it is called in order to get it back.

This usually lists the following items:

  • Built-in Fields
  • Parameters
  • Images
  • Data Sources
  • Datasets

Previously it was in the same area as the general Toolbox and Server explorer panels.

Does anyone know how to restore it?

6条回答
时光不老,我们不散
2楼-- · 2019-01-29 17:27

View -> Datasets (bottom of menu, above Refresh)

查看更多
走好不送
3楼-- · 2019-01-29 17:30

With a report (rdl) file selected in your solution, select View and then Report Data.

It is a shortcut of Ctrl+Alt+D.

enter image description here

查看更多
做自己的国王
4楼-- · 2019-01-29 17:30

With a .rdl, .rdlc or similar file selected, you can either:

  • Click View -> Report Data or...
  • Use the keyboard shortcut CTRL + ALT + D

Example

查看更多
聊天终结者
5楼-- · 2019-01-29 17:34

First you have to click on the report, Then View -> Report Data

查看更多
6楼-- · 2019-01-29 17:36

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.

  1. Click inside the actual report layout.

  2. Now select "View" from the main menu bar.

  3. Now select "Report Data" which is the last item.

查看更多
成全新的幸福
7楼-- · 2019-01-29 17:54

If you are working with SQL 2008 R2 then from View---->Report Data option at bottom

查看更多
登录 后发表回答