Microsoft SQL Server 2012 Bible
by Adam Jorgensen, Jorge Segarra, Patrick LeBlanc, Jose Chinchilla, Aaron Nelson
The Basic Elements of a Report
Any report created inside SQL Server Data Tools has three main elements: the report data source, the report dataset, and the report definition language file. All three are essential for a report to work properly after it is deployed to the Report Server.
See Chapter 56, “Configuring and Administering Reporting Services,” for more information on deploying reporting elements to the Report Server.
Data Sources
The data source is the stored connection string to a data source of a report. For instance, if you report from a database inside SQL Server, the data source contains the server name, database name, and the credentials necessary for connecting to it. Data sources can be shared between reports in a project or embedded in a particular report. An embedded data source will not appear under the shared data sources node inside SSDT. It exists solely in the report in which it was created. In addition to being shareable inside a project, data sources can now be published to the Report Server and used by other developers in their projects. Data sources created inside a Reporting Services project are deployed with the project to the Report Server. Data source files are suffixed with the .rds file extension.
Although you can extend Reporting Services by creating a custom data extension, several data source types are available out-of-the-box:
- Microsoft SQL ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access