SQL Reporting Services

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SQL Server Reporting Services (SSRS)

The Microsoft SQL Server Reporting Services, shortly called as SSRS (or SQL reporting Services)
is a server-based reporting platform which is used to create Charts, Maps, Spark lines, tabular
reports and Matrix reports from the Relational, XML, Excel, and Multidimensional sources.

NOTE: Please refer Install SQL Server Data Tools article to understand the steps involved in
installing the SQL Server Data Tools or Business Intelligence Development Studio (BIDS)

SSRS Data Sources


1. Query Designer
2. Creating New Project
3. Creating Shared Data Source
4. Create Shared Dataset
5. Creating Embedded Data Source
6. Creating Embedded Dataset
7. Combine Two Datasets

SQL Reporting Services Report Items


1. List of Report Items
2. Create New Table Report
3. Create New Matrix Report
4. Display Image in Report
5. Add Text Box to Report
6. Rectangle in a Report
7. Create a List Report

Basic Reports in SQL Reporting Services


1. Create a New Report
2. Create Table Report Using Report Wizard
3. Add Grouping in Table Report
4. Create Matrix Report Using Report Wizard
5. Adding Row Groups & Column Groups to Matrix Report
6. Create a Report using SQL Views
7. Create a Report using SQL Stored Procedure
8. Add Totals, and Subtotals to Reports
9. Add, Or Remove Headers and Footers on Reports
10. Global Variables to Report
11. Export Reports to PDF, XML, Excel, Word
Basic Formatting
1. Format Table Report
2. Changing Font and Background Color of a Text Box
3. Format Numbers in a Text Box
4. Format Date and Time in a Report
5. Repeat Headers on Each Page
6. Headers Visible While Scrolling
7. Filters at Tablix Level
8. Filters at Dataset Level
9. Sorting Data at Tablix Level
10. Interactive Sorting
11. Add Alternative Row Color to Report
12. Add Row Numbers to Report

Advanced SSRS Reports


1. Add Custom Code inside a Report
2. Calculated Fields
3. Dashboards
4. Document Map
5. Drill Down Reports
6. Drill Through Action
7. Drill Down Matrix Reports
8. Go to URL Action
9. Lookup
10. Page Breaks
11. Sub reports

SSRS Parameters
1. Report parameters
2. Drop down list Parameters
3. Multi Value parameters
4. Multiple Parameters
5. Cascading Parameters

SSRS Charts
1. Charts Introduction
2. Area Chart
3. Bubble Chart
4. Column Chart
5. Formatting Column Chart
6. Data Bars
7. Creating Data Bars in Matrix Report
8. Formatting Data Bars
9. Funnel Chart
10. Creating Radial Gauges
11. Creating Linear Gauges
12. Formatting Gauges
13. Indicators
14. Formatting Indicators
15. Line Chart
16. Pie Chart
17. Formatting Pie Chart
18. Pyramid Chart
19. Radar Chart
20. Range Chart
21. Scatter Plot
22. Sparklines
23. Stacked Bar Chart

SSRS Report Manager


1. SQL Server Reporting Services Configuration Manager 2014
2. Change Report Manager Title
3. Deploying Reports using BIDS
4. Deploy Reports using Report Manager
5. Create Shared Data Source in Report Manager
6. Cached Reports
7. Linked Reports
8. Report Parts
9. Report Snapshot
10. Report History Snapshots
11. Security
12. Subscriptions
13. Upload Text, PDF, and Image to Report Manager

SSRS Report Builder


1. Install Report Builder 3.0
2. Create a New Dataset using Report Builder
3. New Table, or Matrix Report using Wizard
4. Table Report Without Wizard
5. Pie Chart using Wizard
6. Bar Chart without a Wizard

You might also like