The Wayback Machine - https://web.archive.org/web/20220526095428/https://github.com/SQL-Server-projects/Reporting-Services-examples
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Microsoft SQL Server Reporting Services (SSRS)

Join the chat at https://gitter.im/SqlServerReportingServices License: MIT Latest Release Github commits (since latest release) current_build 2016

The following examples are used to query the database & report server. I have included some useful scripts and documents as well.

File List

Miscellaneous

Documentation

Scripts

Reports

Database Server

Report Server

Data Dictionary



This report is used for querying the data dictionary of a SQL Server database.
Scheduled Jobs Gantt Chart



This report is used for querying the scheduled jobs for a SQL Server database.
Activity Monitor



This report queries the activity monitor from SQL Server.
Report Listing



This report is used for querying the deployed SSRS reports, their subscriptions and their execution logs.
Report Subscriptions



This report is used for querying the deployed SSRS subscriptions.
Report Execution Log



This report is used for querying the report server exection log table.
Report Documentation



This report is used for querying the deployed report XML.
Report Data Sources



This report is used for querying the deployed data sources.
Report Server Folder Permissions



This report is used for querying the report server folder permissions.
Heat Map Calendar



The report uses a nested tablix inside of a matrix to show a calendar view. The heat map is implemented using a function with a report variable for the base color to produce a gradients of the color. Each day on the calendar can be hyperlinked to a detailed Reporting Services report.