Aracılığıyla paylaş


Reporting Services Tutorials (SSRS)

This section contains tutorials for SQL Server 2012 Reporting Services.

Create a Data-Driven Subscription (SSRS Tutorial)
Reporting Services provides data-driven subscriptions so that you can customize the distribution of a report based on dynamic list of subscribers that will receive the report. Data-driven subscriptions are typically created and maintained by report server administrators. The ability to create data-driven subscriptions requires expertise in building queries, knowledge of data sources that contain subscriber data, and elevated permissions on a report server.

Create a Basic Table Report (SSRS Tutorial)
Follow the steps in this tutorial to learn how to create your first report. This tutorial shows you how to work with SQL Server Data Tools (SSDT) to create a data connection (data source), define a simple query (dataset), and configure a data region to contain your data.

Accessing the Report Server Web Service Using Visual Basic or Visual C# (SSRS Tutorial)
Follow the steps in this tutorial to learn how to access the SQL Server 2014 Reporting Services (SSRS) Web services from an application created with Microsoft Visual Basic or Microsoft Visual C#.

Updating Reports Using Classes Generated from the RDL Schema (SSRS Tutorial)
Follow the steps in this tutorial to learn how to use the XML Schema Definition Tool (Xsd.exe) to generate classes that allow you to serialize and deserialize report definition files (.rdl and .rdlc) with the Microsoft .NET Framework.

Create a Drillthrough (RDLC) Report with Parameters using ReportViewer (SSRS Tutorial)
Follow the steps in this tutorial to learn how to create a drillthrough report with parameters and a filter using the ReportViewer control.

See Also

Adventure Works for SQL Server 2012
Reporting Services Samples on CodePlex (https://go.microsoft.com/fwlink/?LinkId=198283)
TechNet WIKI: SQL Server 2012 Samples (https://go.microsoft.com/fwlink/?linkID=220734)
Picnic Dataset (Sample Data) (https://go.microsoft.com/fwlink/?linkID=219108)