Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I lost datasets pane in Visual Studio

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?

like image 833
user194076 Avatar asked Oct 31 '11 23:10

user194076


People also ask

How do I view datasets in Visual Studio?

Click the Data Sources tab in the left margin of Visual Studio, or type data sources in the search box. Right-click the dataset node and select Configure Data Source with Wizard.

How do I open a Report data pane?

If you do not see the Report Data pane, click in the Design area and then on the View menu, click Report Data. If the Report Data pane is floating, you can anchor it. For more information, see Dock the Report Data Pane in Report Designer (SSRS).

How do I open the report data tab in Visual Studio?

To display the Report Data pane In Design view, on the View menu, select Report Data, or use CTRL+ALT+D.

What is DataSet in visual programming?

A DataSet object is an in-memory object that is essentially a mini-database. It contains DataTable , DataColumn , and DataRow objects in which you can store and modify data from one or more databases without having to maintain an open connection.


1 Answers

If anyone is interested: Ctrl+Alt+D combo helped me.

like image 131
user194076 Avatar answered Nov 15 '22 23:11

user194076