├── .gitattributes ├── .gitignore ├── Expressions.md ├── Images ├── 16x16 │ └── test ├── External │ ├── automate.png │ ├── azure.png │ ├── chatgpt.png │ ├── confluence.png │ ├── data_studio.png │ ├── daxguide.png │ ├── devops.png │ ├── fabric.png │ ├── format_dax.png │ ├── format_m.png │ ├── jira.png │ ├── loop.png │ ├── measure.png │ ├── mgt_studio.png │ ├── pbir.png │ ├── pbirs.png │ ├── pbis.png │ ├── powerbitips.png │ ├── profiler.png │ ├── python.png │ ├── rb.png │ ├── refresh.png │ └── service_now.png ├── Images.pptx ├── PBIRS.png ├── PBIRS1.png ├── PBIRS2.png ├── ReadMe │ ├── App.png │ ├── execution_log.png │ ├── image-not-available.png │ ├── powerbi.external_tools.png │ ├── powerbi.performance.png │ ├── powerbi.servicenow.png │ ├── powerbi.servicenow1.png │ ├── powerbi.template.png │ ├── report_list.png │ ├── sharepoint.teamsite.ssrs.png │ ├── ssrs.database_dictionary.png │ ├── ssrs.scheduled_jobs.png │ ├── ssrsdatadictionary.png │ ├── ssrsheatmap_calendar.png │ ├── ssrsreportdocumentation.png │ ├── ssrsreportlisting.png │ ├── ssrsreportsubscriptions.png │ ├── ssrsscheduledjobs.png │ └── subscriptions.png ├── SSRS.png ├── SSRS1.png └── Wiki │ ├── dataset_properties.png │ ├── visualstudioexternaltools.png │ ├── visualstudiotoolsmenu.png │ └── wiki.png ├── LICENSE ├── Miscellaneous ├── .vs │ └── Miscellaneous.vbproj.dtbcache.json ├── App.config ├── Config │ ├── Notepad++ DAX.xml │ ├── Notepad++ M Power Query.xml │ ├── PBI Theme Generator.xlsm │ ├── SSRS_Branding.xlsm │ ├── Software List.txt │ └── Visual_Studio.vsconfig ├── Documentation │ ├── Report Requirements.docx │ ├── Report Style Guide.docx │ ├── Report Unit Testing Checklist.docx │ ├── visualref-sep2018.png │ └── visuals-reference-sep2018-A3.pdf ├── External Tools │ ├── 01 analyzeinexcel.pbitool.json │ ├── 02 almtoolkit.pbitool.json │ ├── 03 bravo.pbitool.json │ ├── 04 daxstudio.pbitool.json │ ├── 05 tabulareditor.pbitool.json │ ├── 05.1 Measure Killer.pbitool.json │ ├── 06 Data-Marc_ModelDocumenter_v2.1.0.pbitool.json │ ├── 07 Python.pbitool.json │ ├── 08 SQL_Server_Profiler.pbitool.json │ ├── 09 Azure_Data_Studio.pbitool.json │ ├── 10 SQL_Management_Studio.v20.pbitool.json │ ├── 10 SQL_Management_Studio.v21.pbitool.json │ ├── 11 PowerBI_Report_Builder.pbitool.json │ ├── 12 PowerBI_Service.pbitool.json │ ├── 13 Microsoft_DevOps.pbitool.json │ ├── 14 Microsoft_Power_Automate.pbitool.json │ ├── 15 Microsoft_Azure.pbitool.json │ ├── 16 Microsoft_Planner.pbitool.json │ ├── 16 Service_Now.pbitool.json │ ├── 17 Jira.pbitool.json │ ├── 18 Confluence.pbitool.json │ ├── 19 Microsoft_Loop.pbitool.json │ ├── 20 Microsoft_Fabric_Community.pbitool.json │ ├── 20 Microsoft_OneNote.pbitool.json │ ├── 21 Chat_GPT.pbitool.json │ ├── 22 DAX_Guide.pbitool.json │ ├── 23 Format_DAX.pbitool.json │ ├── 24 Format_M.pbitool.json │ ├── 98 Github.pbitool.json │ ├── 99 External_Tools.pbitool.json │ └── Read Me.txt ├── Miscellaneous.vbproj ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings ├── Scripts │ ├── DAX │ │ ├── Calendar.dax │ │ ├── Calendar_Ageing.dax │ │ ├── Calendar_Hours.dax │ │ ├── Calendar_Timeframe.dax │ │ ├── Dynamic_Number_Format.dax │ │ └── Model_Dictionary.dax │ ├── M │ │ ├── Active Directory Users.M │ │ ├── Azure DevOps Services Changesets.M │ │ ├── Calendar.M │ │ ├── Calendar_FY.M │ │ ├── SN Ticket Id.M │ │ ├── SN Ticket Subcategory.M │ │ ├── SN Ticket User.M │ │ └── SN Ticket.M │ ├── PowerShell │ │ └── save_report_snapshots.ps1 │ ├── RSS │ │ ├── Apply_Header_Footer.rss │ │ ├── Backup_Reports.rss │ │ └── Deploy_Reports.rss │ ├── SQL │ │ ├── Report_Datasets.sql │ │ ├── Report_Linked.sql │ │ ├── Report_Snapshots.sql │ │ ├── Report_Subreports.sql │ │ ├── Source_Control_Current.sql │ │ ├── Unused_Stored_Procedures.sql │ │ └── Update_Subscription_Owner.sql │ └── VB │ │ ├── CandyStripe.vb │ │ ├── CopyNodes.vb │ │ ├── GetParameterandValues.vb │ │ ├── HeatMapColor.vb │ │ └── HeatMapColorGradate.vb └── Templates │ ├── Dashboard Performance.pbit │ └── Template.pbix ├── README.md ├── ServerReports ├── Activity Monitor.rdl ├── Data Sources.rdl ├── Database Dictionary.rdl ├── Execution Log.rdl ├── Heatmap Calendar.rdl ├── Heatmap Calendar.zip ├── Integration Detail.rdl ├── Integrations.rdl ├── Job Search.rdl ├── Permissions.rdl ├── Report Favorites.rdl ├── Report List.rdl ├── ReportServer.rds ├── Scheduled Jobs.rdl ├── ServerReport.rptproj.bak ├── Servers.rsd ├── Subscriptions.rdl └── System Reports.rptproj └── SystemReports.sln /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/.gitignore -------------------------------------------------------------------------------- /Expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Expressions.md -------------------------------------------------------------------------------- /Images/16x16/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Images/External/automate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/automate.png -------------------------------------------------------------------------------- /Images/External/azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/azure.png -------------------------------------------------------------------------------- /Images/External/chatgpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/chatgpt.png -------------------------------------------------------------------------------- /Images/External/confluence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/confluence.png -------------------------------------------------------------------------------- /Images/External/data_studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/data_studio.png -------------------------------------------------------------------------------- /Images/External/daxguide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/daxguide.png -------------------------------------------------------------------------------- /Images/External/devops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/devops.png -------------------------------------------------------------------------------- /Images/External/fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/fabric.png -------------------------------------------------------------------------------- /Images/External/format_dax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/format_dax.png -------------------------------------------------------------------------------- /Images/External/format_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/format_m.png -------------------------------------------------------------------------------- /Images/External/jira.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/jira.png -------------------------------------------------------------------------------- /Images/External/loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/loop.png -------------------------------------------------------------------------------- /Images/External/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/measure.png -------------------------------------------------------------------------------- /Images/External/mgt_studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/mgt_studio.png -------------------------------------------------------------------------------- /Images/External/pbir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/pbir.png -------------------------------------------------------------------------------- /Images/External/pbirs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/pbirs.png -------------------------------------------------------------------------------- /Images/External/pbis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/pbis.png -------------------------------------------------------------------------------- /Images/External/powerbitips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/powerbitips.png -------------------------------------------------------------------------------- /Images/External/profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/profiler.png -------------------------------------------------------------------------------- /Images/External/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/python.png -------------------------------------------------------------------------------- /Images/External/rb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/rb.png -------------------------------------------------------------------------------- /Images/External/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/refresh.png -------------------------------------------------------------------------------- /Images/External/service_now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/External/service_now.png -------------------------------------------------------------------------------- /Images/Images.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/Images.pptx -------------------------------------------------------------------------------- /Images/PBIRS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/PBIRS.png -------------------------------------------------------------------------------- /Images/PBIRS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/PBIRS1.png -------------------------------------------------------------------------------- /Images/PBIRS2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/PBIRS2.png -------------------------------------------------------------------------------- /Images/ReadMe/App.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/App.png -------------------------------------------------------------------------------- /Images/ReadMe/execution_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/execution_log.png -------------------------------------------------------------------------------- /Images/ReadMe/image-not-available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/image-not-available.png -------------------------------------------------------------------------------- /Images/ReadMe/powerbi.external_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/powerbi.external_tools.png -------------------------------------------------------------------------------- /Images/ReadMe/powerbi.performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/powerbi.performance.png -------------------------------------------------------------------------------- /Images/ReadMe/powerbi.servicenow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/powerbi.servicenow.png -------------------------------------------------------------------------------- /Images/ReadMe/powerbi.servicenow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/powerbi.servicenow1.png -------------------------------------------------------------------------------- /Images/ReadMe/powerbi.template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/powerbi.template.png -------------------------------------------------------------------------------- /Images/ReadMe/report_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/report_list.png -------------------------------------------------------------------------------- /Images/ReadMe/sharepoint.teamsite.ssrs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/sharepoint.teamsite.ssrs.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrs.database_dictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrs.database_dictionary.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrs.scheduled_jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrs.scheduled_jobs.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsdatadictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsdatadictionary.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsheatmap_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsheatmap_calendar.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsreportdocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsreportdocumentation.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsreportlisting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsreportlisting.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsreportsubscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsreportsubscriptions.png -------------------------------------------------------------------------------- /Images/ReadMe/ssrsscheduledjobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/ssrsscheduledjobs.png -------------------------------------------------------------------------------- /Images/ReadMe/subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/ReadMe/subscriptions.png -------------------------------------------------------------------------------- /Images/SSRS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/SSRS.png -------------------------------------------------------------------------------- /Images/SSRS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/SSRS1.png -------------------------------------------------------------------------------- /Images/Wiki/dataset_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/Wiki/dataset_properties.png -------------------------------------------------------------------------------- /Images/Wiki/visualstudioexternaltools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/Wiki/visualstudioexternaltools.png -------------------------------------------------------------------------------- /Images/Wiki/visualstudiotoolsmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/Wiki/visualstudiotoolsmenu.png -------------------------------------------------------------------------------- /Images/Wiki/wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Images/Wiki/wiki.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /Miscellaneous/.vs/Miscellaneous.vbproj.dtbcache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/.vs/Miscellaneous.vbproj.dtbcache.json -------------------------------------------------------------------------------- /Miscellaneous/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/App.config -------------------------------------------------------------------------------- /Miscellaneous/Config/Notepad++ DAX.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/Notepad++ DAX.xml -------------------------------------------------------------------------------- /Miscellaneous/Config/Notepad++ M Power Query.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/Notepad++ M Power Query.xml -------------------------------------------------------------------------------- /Miscellaneous/Config/PBI Theme Generator.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/PBI Theme Generator.xlsm -------------------------------------------------------------------------------- /Miscellaneous/Config/SSRS_Branding.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/SSRS_Branding.xlsm -------------------------------------------------------------------------------- /Miscellaneous/Config/Software List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/Software List.txt -------------------------------------------------------------------------------- /Miscellaneous/Config/Visual_Studio.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Config/Visual_Studio.vsconfig -------------------------------------------------------------------------------- /Miscellaneous/Documentation/Report Requirements.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Documentation/Report Requirements.docx -------------------------------------------------------------------------------- /Miscellaneous/Documentation/Report Style Guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Documentation/Report Style Guide.docx -------------------------------------------------------------------------------- /Miscellaneous/Documentation/Report Unit Testing Checklist.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Documentation/Report Unit Testing Checklist.docx -------------------------------------------------------------------------------- /Miscellaneous/Documentation/visualref-sep2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Documentation/visualref-sep2018.png -------------------------------------------------------------------------------- /Miscellaneous/Documentation/visuals-reference-sep2018-A3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Documentation/visuals-reference-sep2018-A3.pdf -------------------------------------------------------------------------------- /Miscellaneous/External Tools/01 analyzeinexcel.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/01 analyzeinexcel.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/02 almtoolkit.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/02 almtoolkit.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/03 bravo.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/03 bravo.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/04 daxstudio.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/04 daxstudio.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/05 tabulareditor.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/05 tabulareditor.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/05.1 Measure Killer.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/05.1 Measure Killer.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/06 Data-Marc_ModelDocumenter_v2.1.0.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/06 Data-Marc_ModelDocumenter_v2.1.0.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/07 Python.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/07 Python.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/08 SQL_Server_Profiler.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/08 SQL_Server_Profiler.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/09 Azure_Data_Studio.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/09 Azure_Data_Studio.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/10 SQL_Management_Studio.v20.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/10 SQL_Management_Studio.v20.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/10 SQL_Management_Studio.v21.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/10 SQL_Management_Studio.v21.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/11 PowerBI_Report_Builder.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/11 PowerBI_Report_Builder.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/12 PowerBI_Service.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/12 PowerBI_Service.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/13 Microsoft_DevOps.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/13 Microsoft_DevOps.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/14 Microsoft_Power_Automate.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/14 Microsoft_Power_Automate.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/15 Microsoft_Azure.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/15 Microsoft_Azure.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/16 Microsoft_Planner.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/16 Microsoft_Planner.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/16 Service_Now.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/16 Service_Now.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/17 Jira.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/17 Jira.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/18 Confluence.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/18 Confluence.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/19 Microsoft_Loop.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/19 Microsoft_Loop.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/20 Microsoft_Fabric_Community.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/20 Microsoft_Fabric_Community.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/20 Microsoft_OneNote.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/20 Microsoft_OneNote.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/21 Chat_GPT.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/21 Chat_GPT.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/22 DAX_Guide.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/22 DAX_Guide.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/23 Format_DAX.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/23 Format_DAX.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/24 Format_M.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/24 Format_M.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/98 Github.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/98 Github.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/99 External_Tools.pbitool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/99 External_Tools.pbitool.json -------------------------------------------------------------------------------- /Miscellaneous/External Tools/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/External Tools/Read Me.txt -------------------------------------------------------------------------------- /Miscellaneous/Miscellaneous.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Miscellaneous.vbproj -------------------------------------------------------------------------------- /Miscellaneous/My Project/Application.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Application.Designer.vb -------------------------------------------------------------------------------- /Miscellaneous/My Project/Application.myapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Application.myapp -------------------------------------------------------------------------------- /Miscellaneous/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/AssemblyInfo.vb -------------------------------------------------------------------------------- /Miscellaneous/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Resources.Designer.vb -------------------------------------------------------------------------------- /Miscellaneous/My Project/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Resources.resx -------------------------------------------------------------------------------- /Miscellaneous/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Settings.Designer.vb -------------------------------------------------------------------------------- /Miscellaneous/My Project/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/My Project/Settings.settings -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Calendar.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Calendar.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Calendar_Ageing.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Calendar_Ageing.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Calendar_Hours.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Calendar_Hours.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Calendar_Timeframe.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Calendar_Timeframe.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Dynamic_Number_Format.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Dynamic_Number_Format.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/DAX/Model_Dictionary.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/DAX/Model_Dictionary.dax -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/Active Directory Users.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/Active Directory Users.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/Azure DevOps Services Changesets.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/Azure DevOps Services Changesets.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/Calendar.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/Calendar.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/Calendar_FY.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/Calendar_FY.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/SN Ticket Id.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/SN Ticket Id.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/SN Ticket Subcategory.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/SN Ticket Subcategory.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/SN Ticket User.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/SN Ticket User.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/M/SN Ticket.M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/M/SN Ticket.M -------------------------------------------------------------------------------- /Miscellaneous/Scripts/PowerShell/save_report_snapshots.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/PowerShell/save_report_snapshots.ps1 -------------------------------------------------------------------------------- /Miscellaneous/Scripts/RSS/Apply_Header_Footer.rss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/RSS/Apply_Header_Footer.rss -------------------------------------------------------------------------------- /Miscellaneous/Scripts/RSS/Backup_Reports.rss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/RSS/Backup_Reports.rss -------------------------------------------------------------------------------- /Miscellaneous/Scripts/RSS/Deploy_Reports.rss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/RSS/Deploy_Reports.rss -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Report_Datasets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Report_Datasets.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Report_Linked.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Report_Linked.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Report_Snapshots.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Report_Snapshots.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Report_Subreports.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Report_Subreports.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Source_Control_Current.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Source_Control_Current.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Unused_Stored_Procedures.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Unused_Stored_Procedures.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/SQL/Update_Subscription_Owner.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/SQL/Update_Subscription_Owner.sql -------------------------------------------------------------------------------- /Miscellaneous/Scripts/VB/CandyStripe.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/VB/CandyStripe.vb -------------------------------------------------------------------------------- /Miscellaneous/Scripts/VB/CopyNodes.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/VB/CopyNodes.vb -------------------------------------------------------------------------------- /Miscellaneous/Scripts/VB/GetParameterandValues.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/VB/GetParameterandValues.vb -------------------------------------------------------------------------------- /Miscellaneous/Scripts/VB/HeatMapColor.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/VB/HeatMapColor.vb -------------------------------------------------------------------------------- /Miscellaneous/Scripts/VB/HeatMapColorGradate.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Scripts/VB/HeatMapColorGradate.vb -------------------------------------------------------------------------------- /Miscellaneous/Templates/Dashboard Performance.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Templates/Dashboard Performance.pbit -------------------------------------------------------------------------------- /Miscellaneous/Templates/Template.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/Miscellaneous/Templates/Template.pbix -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/README.md -------------------------------------------------------------------------------- /ServerReports/Activity Monitor.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Activity Monitor.rdl -------------------------------------------------------------------------------- /ServerReports/Data Sources.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Data Sources.rdl -------------------------------------------------------------------------------- /ServerReports/Database Dictionary.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Database Dictionary.rdl -------------------------------------------------------------------------------- /ServerReports/Execution Log.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Execution Log.rdl -------------------------------------------------------------------------------- /ServerReports/Heatmap Calendar.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Heatmap Calendar.rdl -------------------------------------------------------------------------------- /ServerReports/Heatmap Calendar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Heatmap Calendar.zip -------------------------------------------------------------------------------- /ServerReports/Integration Detail.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Integration Detail.rdl -------------------------------------------------------------------------------- /ServerReports/Integrations.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Integrations.rdl -------------------------------------------------------------------------------- /ServerReports/Job Search.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Job Search.rdl -------------------------------------------------------------------------------- /ServerReports/Permissions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Permissions.rdl -------------------------------------------------------------------------------- /ServerReports/Report Favorites.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Report Favorites.rdl -------------------------------------------------------------------------------- /ServerReports/Report List.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Report List.rdl -------------------------------------------------------------------------------- /ServerReports/ReportServer.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/ReportServer.rds -------------------------------------------------------------------------------- /ServerReports/Scheduled Jobs.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Scheduled Jobs.rdl -------------------------------------------------------------------------------- /ServerReports/ServerReport.rptproj.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/ServerReport.rptproj.bak -------------------------------------------------------------------------------- /ServerReports/Servers.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Servers.rsd -------------------------------------------------------------------------------- /ServerReports/Subscriptions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/Subscriptions.rdl -------------------------------------------------------------------------------- /ServerReports/System Reports.rptproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/ServerReports/System Reports.rptproj -------------------------------------------------------------------------------- /SystemReports.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SQL-Server-projects/Reporting-Services-examples/HEAD/SystemReports.sln --------------------------------------------------------------------------------