Shared Dataset Design View (Report Builder)

In a report, a dataset represents report data that is returned from running a query on an external data source. Shared datasets are published on a report server and multiple reports can use them. You can create datasets to share with others. In the Shared Dataset Design window, you select a shared data source, specify properties for the shared dataset, and create a query in the query designer.

Screenshot of Reporting Services Shared Dataset Design Mode.

For more information about working with data in a report, see Report Datasets.

Ribbon

The Ribbon helps you quickly find the commands that you need to complete a task. Commands are organized into the following logical groups: Connection, Dataset, and Query Designer.

Connection

Use the Select button in the Connection group to select a shared data source in your report, or browse to a shared data source on the report server.

Note

A shared dataset must be based on a shared data source. If the data source you need isn't available, you need to create one on the report server. For more information, see Create, modify, and delete shared data sources (SSRS).

For more information, see Create data connection strings - Report Builder.

Dataset

Use the Set Options button to set shared dataset properties. These properties include the following options:

  • Fields: You can add a field or edit a field in the field collection.

  • Data options: You can set options that affect match criteria and sort order, such as case sensitivity and collation.

  • Filters: You can define filters that limit the data in a report after the report retrieves it from the data connection.

  • Parameters: You can add a parameter or edit parameter options. For example, you can specify a default value for each parameter so that you can create a cache refresh plan for this shared dataset on the report server.

The values that you set become part of the shared dataset definition on the report server. When a report author includes this shared dataset in a report, the options that you specify apply to that dataset instance.

After a shared dataset is added to a report, a report author can override the following options: collation, case sensitivity, accent sensitivity, kanatype sensitivity, width sensitivity, subtotals. They can also create other dataset filters to limit the data in the report.

For more information, see Report embedded datasets and shared datasets (Report Builder).

For more information about cache refresh plans, see Cache shared datasets.

Query designer

Use the query designer toolbar to help build a query that specifies which data to retrieve from the data connection. The toolbar that you see depends on the query designer that is associated with the data source type from the data connection.

For more information, see the article that corresponds to the data source type in Add Data from External Data Sources (SSRS).

The Query Designer Surface

A query designer helps you to build a query in the syntax that the external data source requires.

Some data source types provide a graphical query designer that you can use to explore the metadata on an external data source. You can interactively drag names from the metadata pane to the query design surface, or interactively select the names to use.

Some data source types support a text-based query designer that you can use to paste in queries that you created in other tools, such as SQL Server Management Studio.

Each data source type has specific requirements for the query that works against the external data source. For more information, see the article that corresponds to the data source type in Add data from external data sources and Data sources supported by Reporting Services.

View query results

In shared dataset design view, you're building a query that retrieves data from the data connection when the report is processed.

Run the query to see example data from the data connection to verify that the query returns the type of data that you expect. The columns in the result set come from the metadata for data schemas from the data connection. The column names become the dataset field collection. The values of the data that you see in the query result set is design time data. After you save the shared dataset as a shared dataset definition on the report server, only the query text is saved. The data in the query result set isn't saved.

When a report author adds this shared dataset to a report, a pointer to the dataset definition on the report server is added. In the report, the dataset field collection appears in the Report Data pane. The query text isn't available.

The credentials that you use to run a query are separate from the credentials that are used to preview a report or to run a report from the report server. For more information, see Specify credential and connection information for report data sources.

Run a report with parameters

When your query includes query variables, dataset parameters are created automatically for you. In turn, when you finish building the dataset query, report parameters set to dataset parameters are created automatically.

If a report contains parameters, all the parameters must have default values before the report can run automatically. If a parameter doesn't have a default value, when you run the report you must choose a value for the parameter, and then select View Report on the Run tab.

For more information, see Report parameters (Report Builder and Report Designer).

Save the shared dataset

To save the query that you built, on the Report Builder button, select Save or Save As. Navigate to the appropriate folder on the report server and save the shared dataset definition. The shared dataset isn't available to others until you save it to the report server.