SlideShare a Scribd company logo
SQL Server Reporting ServicesDot Net Team-TDG-InjazatAhmed Elbaz
AgendaIntroducing ReportingReporting PlatformReporting Life CycleReporting Services ArchitectureSharePoint Integrated ModeInstalling Reporting ServicesConfiguring Reporting Services Report Builder 2.0Report Designer
Introducing ReportingA report is a structured arrangement of information.The report information comes from data in a business application.The report information can be derived from a variety of sources.Reports were available only as part of the business applications.
Introducing Reporting (cont’d)Preprogrammed reports rarely answered all the questions that business users needed answered.Report-generation tools with the applications.Deliver reports to a large number of users, expensive, complex to implement and manage, and difficult to integrate into custom applications and technical infrastructures.
A Reporting PlatformSSRS was introduced in 2004 as an additional component of Microsoft SQL Server 2000.SSRS is a platform of technologies rather than a single application.SSRS is an integrated set of applications.Report development, management, and viewing.Different roles and skill sets to work with some aspect of Reporting Services.A report developer, IT administrator, or business user.
One of the primary reasons that organizationsimplement Reporting Services is to provide managed reports to a large number of internal users
SSRS Report TypesManaged Report:detailed operational data.gathered from a variety of data sources.organized into a central repository.Standard formatting.Ad hoc Report:Report Builder.users with limited technical skills.simple reports saved privately or shared.Embedded Report:portals or custom applications.
ReportingLifeCycleThe report from creation to delivery.SSRS supports 3 phases of the reporting life cycle:report development.management of the report server.report access by userRendering:reproduce a report in a variety of formats.
ReportDevelopmentSelecting data for the report from variety of data sources.Organizing the report layout and formatting.Interactive features:Sorting, parameters, hide/ show details, links and document map.Preview the report for testing.Deploy managed reports to the report server or to a Microsoft Office SharePoint Server 2007 Web site.Store  ad hoc reports on your computer, or deploy it to the report server or a SharePoint site.
ReportAdministrationmanage the technical environment for the reporting platform.configure the report server: change the data source connection informationoptionally integrate the report server with SharePoint.fine-tune the report server performance.manage the location, security, and execution properties of reports:cache the report for faster viewing.multiple snapshots of a report.place the related reports in a folder.apply security to the report or the folder.
ReportAccessThe most common way to use a browser and navigate to a central report repository.Portal application with links to guide users to reports in Reporting Services.Corporate applications/embedded reports.Store a selection of reports in a personal folder.Subscription to a report to receive it on a scheduled basis in an e-mail inbox, a network file share, or a SharePoint document library.A report rendered in HTML, PDF, TIFF, CSV or  XML.
ReportingServicesArchitectureA variety of components, extensions, and application programming interfaces (APIs) .A multi-tier architecture with data, application, and server tiers. Modular nature of the architecture and Flexibility:distribute components across multiple servers for scalability.Native mode (the default configuration):a stand-alone application server,Integrated mode, a SharePoint farm.
SSRS Architecture (cont’d)
SSRS Architecture (cont’d)DataTierconsists of a pair of databases:The ReportServer database is the primary database for permanent storage of reports, report models, and other data related to the management of the report server. The ReportServerTempDB database stores session cache information and cached instances of reports.In a scale-out deployment of Reporting Services across multiple report servers, these two databases in the data tier are the only requirements. These databases do not need to be on the same server as the report server.
SSRSArchitecture (cont’d) Application TierCollection of tools that you use to develop reports and manage the reporting platform.Report Development Tools:Report Designer:full features, a project template available in SQL Server BI Dev Studio.Report Builder:ad hoc report, Report Builder 1.0 and Report Builder 2.0.Report Builder was first available in Reporting Services 2005.Using Report Builder 1.0, you can build a simple report that displays data from a single data source as defined by a report model. Report Builder 2.0 is new in Reporting Services 2008 .Model Designer:in BI Dev Studio to develop and publish a report model.SQL Server, Oracle, and Teradata databases.Programmatic Interface for Report Development:APIs that allow you to build a custom report development tool. Report Definition Language (RDL).
SSRSArchitecture (cont’d) Report ViewersReport Manager:native mode, Web application.page through a large report, search, zoom in or out to resize a report, render a report to a new format, print the report, and change report parameters.SharePoint:Integrated mode. open the report in document library or in a Web Part.search, zoom, render, print, and select parameters.Programmatic Interface for Viewing or Delivering Reports:custom application by using the Reporting Services API or by accessing reports using URL endpoints.extend standard functionality by customizing security, data processing, rendering, or delivery options.you cannot use both tools in the same instance.
				SSRS Architecture (cont’d) ManagementToolsReporting Services Configuration Manager:configure a local or remote Reporting Services installation. assign service accounts for running the service and for processing reports for schedule operations. configure the URLs to be used by the Reporting Service application.create the report server databases to host the application data.convert a report server to native mode or integrated mode. configure e-mail delivery of reports,.connect a report server to a scale-out deployment. SQL Server Management Studio:the management interface for many of the server components in SQL Server. manage the report server.
				SSRS Architecture (cont’d) ManagementTools (cont’d)SQL Server Configuration Manager:start or stop the report server Windows service.Report Manager:native mode .Organize, configure and secure reports.report model management  and subscription management.Note :in SharePoint integrated mode, you perform these same tasks using the SharePoint interface.Programmatic Interface for Managementa custom application using the Reporting Services API.
DemoSQL Server Configuration Manager.
SSRSArchitecture (cont’d) Server TierThe central layer of the Reporting Services architecture.Processor Components, respond to and process requests to the report server.Server Extensions, subcomponents delegate very specific functions.These components are implemented as a Windows service.Processor Components:Report Processor, receives all requests that require execution and rendering of reports.Scheduling and Delivery Processor, receives all requests for scheduled events such as snapshots and subscriptions.
SSRS Architecture (cont’d) Server Tier (cont’d)Report Processor:An on-demand report, calls a data processing extension to execute the report queries and then merges the query results into a temporary format.A cached report, stored in the ReportServerTempDB database in the temporary format.A report snapshot, stored in the ReportServer database in the temporary format.Rendering Extension.Scheduling and Delivery Processor:A user creates a snapshot or subscription schedule for a report.The Scheduling and Delivery Processor creates a SQL Server Agent job.When the job executes, SQL Server Agent sends a request to the Scheduling and Delivery Processor.The Scheduling and Delivery Processor forwards the request to the Report Processor to execute and render the report.The Report Processor returns the finished report to the Scheduling and Delivery Processor.the Scheduling and Delivery Processor calls a delivery extension to e-mail the report or store it on a network share.
					SSRS Architecture (cont’d) ServerExtensionsThe processor components that perform very specific tasks. Modular approach, disable an extension or add your own extension. SSRS includes 5 types of server extensions: authentication, data processing, report processing, rendering, and delivery.Authentication Extension:By default, Windows authentication.only one active authentication extension per report server instance.custom security extension.Data Processing Extension:connects to a data source, executes a query and returns the query results.SSRS includes data processing extensions for: SQL Server, Analysis Services, Hyperion Essbase, Oracle, SAP Netweaver Business Intelligence, Teradata, Object Linking and Embedding Database (OLE DB), and Open Database Connectivity (ODBC).
					SSRS Architecture (cont’d) ServerExtensions (cont’d)Report Processing Extension:an optional component used to process custom report items from third-party vendors.For example, you can obtain charting or mapping add-ins to enhance your reports.Rendering Extension:Convert a report in temporary format into a finished format for the user.The rendering extensions include:HTML, Excel, CSV, XML, Image, PDF, and Microsoft Office Word.Develop your own rendering extension.
Delivery Extension:handle scheduled report requests.The e-mail delivery extension:the report embedded in the report body, attached as a file, or referenced as a URL link to the report on a report server.The file share delivery extension:saves a report in a specified format to a network share.The null delivery provider:a mechanism for caching a report in advance.Custom delivery extension:a fax device or printer, or to another application.					SSRS Architecture (cont’d) ServerExtensions (cont’d)
InstallingReportingServicesSSRS is one of the features included in SQL Server.All editions except SQL Server 2008 Express and SQL Server Compact. Each edition supports a different set of features to meet specific scalability, performance, and pricing requirements. SQL Server 2008 Express with Advanced Services.SQL Server 2008 Web.SQL Server 2008 Workgroup.SQL Server 2008 Standard.SQL Server 2008 Enterprise.SQL Server 2008 Developer.SQL Server 2008 Evaluation.
Notes about ModesYou cannot migrate any reports that you have previously published to the report server, so you must keep a copy of the report definitions to publish again after switching the report server to a different mode.
Notes about Modes (cont’d)You can use a SQL Server 2000 or SQL Server 2005 database for Reporting Services in native mode, you must use a SQL Server 2008 database if you plan to run Reporting Services in SharePoint integrated mode.
Notes about Modes (cont’d)You can still use a native-mode report server with SharePoint by using SharePoint WebParts in a partial integration mode
DemoReport Builder 2.0
DemoReport Manager.
ReportDesignerMultiple reports.The report server project used as a container of reports.Shared data source.Data regions:Tables.Matrixes.Lists.Charts.
DemoReport Designer.

More Related Content

What's hot (20)

PPTX
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
PPTX
Getting started with entity framework
Lushanthan Sivaneasharajah
 
PPTX
Azure Data Factory Data Flow Performance Tuning 101
Mark Kromer
 
PPTX
Introduction to microservices
Paulo Gandra de Sousa
 
PDF
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
 
PPTX
Introduction to Apache Hive(Big Data, Final Seminar)
Takrim Ul Islam Laskar
 
PPTX
1- Introduction of Azure data factory.pptx
BRIJESH KUMAR
 
PPTX
1. 아키텍쳐 설계 프로세스
Terry Cho
 
PPTX
Intro to Azure Data Factory v1
Eric Bragas
 
PDF
Datalake Architecture
TechYugadi IT Solutions & Consulting
 
PDF
Azure Data Factory presentation with links
Chris Testa-O'Neill
 
PPTX
REST & RESTful Web Services
Halil Burak Cetinkaya
 
PPTX
Azure Data Factory Data Flow
Mark Kromer
 
PPTX
Apache hive introduction
Mahmood Reza Esmaili Zand
 
PDF
Module 2 - Datalake
Lam Le
 
PDF
Big Data Architecture
Guido Schmutz
 
PDF
Making Data Timelier and More Reliable with Lakehouse Technology
Matei Zaharia
 
PPTX
Azure Synapse Analytics Overview (r1)
James Serra
 
PPTX
Apache Tez: Accelerating Hadoop Query Processing
Hortonworks
 
SQL Server Reporting Services (SSRS) 101
Sparkhound Inc.
 
Getting started with entity framework
Lushanthan Sivaneasharajah
 
Azure Data Factory Data Flow Performance Tuning 101
Mark Kromer
 
Introduction to microservices
Paulo Gandra de Sousa
 
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
 
Introduction to Apache Hive(Big Data, Final Seminar)
Takrim Ul Islam Laskar
 
1- Introduction of Azure data factory.pptx
BRIJESH KUMAR
 
1. 아키텍쳐 설계 프로세스
Terry Cho
 
Intro to Azure Data Factory v1
Eric Bragas
 
Azure Data Factory presentation with links
Chris Testa-O'Neill
 
REST & RESTful Web Services
Halil Burak Cetinkaya
 
Azure Data Factory Data Flow
Mark Kromer
 
Apache hive introduction
Mahmood Reza Esmaili Zand
 
Module 2 - Datalake
Lam Le
 
Big Data Architecture
Guido Schmutz
 
Making Data Timelier and More Reliable with Lakehouse Technology
Matei Zaharia
 
Azure Synapse Analytics Overview (r1)
James Serra
 
Apache Tez: Accelerating Hadoop Query Processing
Hortonworks
 

Similar to SQL Server Reporting Services (20)

PPTX
Ssrs 2008 R2 webinar
Snigdha Chotani
 
PPTX
Agile Methodology Approach to SSRS Reporting
Danielson Samuel
 
PDF
MSBI-SQL Server Reporting Services
Thejaswi shasthri
 
PDF
What Is Reporting Services?
LearnItFirst.com
 
PDF
SQL Server 2005 Reporting Services in Action 1 / Rev. ed Edition Bret Updegraff
abelejacksit
 
PPT
Ssrs 2005 Reporting Services
Bala Subra
 
PDF
SQL Server 2005 Reporting Services in Action 1 / Rev. ed Edition Bret Updegraff
zhorvsky
 
DOCX
REPORT ON (1)
Ankit Karwa
 
PDF
Sql Server 2005 Reporting Services In Action 1 Rev Ed Bret Updegraff
ampiregisa
 
DOC
Using ssr swithsqlexpress
guestc3c6593
 
PPTX
Data and Analytics SSRS_Basic_Training_Demo.pptx
HarishSannagoudar1
 
PPTX
Microsoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft Private Cloud
 
PPTX
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
Microsoft Private Cloud
 
PPT
SQL Reporting Services
neha mittal
 
PPT
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Bala Subra
 
PPTX
Reports with SQL Server Reporting Services
Peter Gfader
 
PDF
Professional Microsoft SQL Server 2016 Reporting Services and Mobile Reports ...
polosregio
 
PPTX
SQL Server Reporting Services 2008
VishalJharwade
 
PPTX
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
John White
 
PPTX
Power BI or SSRS.pptx
amusha14061
 
Ssrs 2008 R2 webinar
Snigdha Chotani
 
Agile Methodology Approach to SSRS Reporting
Danielson Samuel
 
MSBI-SQL Server Reporting Services
Thejaswi shasthri
 
What Is Reporting Services?
LearnItFirst.com
 
SQL Server 2005 Reporting Services in Action 1 / Rev. ed Edition Bret Updegraff
abelejacksit
 
Ssrs 2005 Reporting Services
Bala Subra
 
SQL Server 2005 Reporting Services in Action 1 / Rev. ed Edition Bret Updegraff
zhorvsky
 
REPORT ON (1)
Ankit Karwa
 
Sql Server 2005 Reporting Services In Action 1 Rev Ed Bret Updegraff
ampiregisa
 
Using ssr swithsqlexpress
guestc3c6593
 
Data and Analytics SSRS_Basic_Training_Demo.pptx
HarishSannagoudar1
 
Microsoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft Private Cloud
 
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
Microsoft Private Cloud
 
SQL Reporting Services
neha mittal
 
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Bala Subra
 
Reports with SQL Server Reporting Services
Peter Gfader
 
Professional Microsoft SQL Server 2016 Reporting Services and Mobile Reports ...
polosregio
 
SQL Server Reporting Services 2008
VishalJharwade
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
John White
 
Power BI or SSRS.pptx
amusha14061
 
Ad

Recently uploaded (20)

PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Ad

SQL Server Reporting Services

  • 1. SQL Server Reporting ServicesDot Net Team-TDG-InjazatAhmed Elbaz
  • 2. AgendaIntroducing ReportingReporting PlatformReporting Life CycleReporting Services ArchitectureSharePoint Integrated ModeInstalling Reporting ServicesConfiguring Reporting Services Report Builder 2.0Report Designer
  • 3. Introducing ReportingA report is a structured arrangement of information.The report information comes from data in a business application.The report information can be derived from a variety of sources.Reports were available only as part of the business applications.
  • 4. Introducing Reporting (cont’d)Preprogrammed reports rarely answered all the questions that business users needed answered.Report-generation tools with the applications.Deliver reports to a large number of users, expensive, complex to implement and manage, and difficult to integrate into custom applications and technical infrastructures.
  • 5. A Reporting PlatformSSRS was introduced in 2004 as an additional component of Microsoft SQL Server 2000.SSRS is a platform of technologies rather than a single application.SSRS is an integrated set of applications.Report development, management, and viewing.Different roles and skill sets to work with some aspect of Reporting Services.A report developer, IT administrator, or business user.
  • 6. One of the primary reasons that organizationsimplement Reporting Services is to provide managed reports to a large number of internal users
  • 7. SSRS Report TypesManaged Report:detailed operational data.gathered from a variety of data sources.organized into a central repository.Standard formatting.Ad hoc Report:Report Builder.users with limited technical skills.simple reports saved privately or shared.Embedded Report:portals or custom applications.
  • 8. ReportingLifeCycleThe report from creation to delivery.SSRS supports 3 phases of the reporting life cycle:report development.management of the report server.report access by userRendering:reproduce a report in a variety of formats.
  • 9. ReportDevelopmentSelecting data for the report from variety of data sources.Organizing the report layout and formatting.Interactive features:Sorting, parameters, hide/ show details, links and document map.Preview the report for testing.Deploy managed reports to the report server or to a Microsoft Office SharePoint Server 2007 Web site.Store ad hoc reports on your computer, or deploy it to the report server or a SharePoint site.
  • 10. ReportAdministrationmanage the technical environment for the reporting platform.configure the report server: change the data source connection informationoptionally integrate the report server with SharePoint.fine-tune the report server performance.manage the location, security, and execution properties of reports:cache the report for faster viewing.multiple snapshots of a report.place the related reports in a folder.apply security to the report or the folder.
  • 11. ReportAccessThe most common way to use a browser and navigate to a central report repository.Portal application with links to guide users to reports in Reporting Services.Corporate applications/embedded reports.Store a selection of reports in a personal folder.Subscription to a report to receive it on a scheduled basis in an e-mail inbox, a network file share, or a SharePoint document library.A report rendered in HTML, PDF, TIFF, CSV or XML.
  • 12. ReportingServicesArchitectureA variety of components, extensions, and application programming interfaces (APIs) .A multi-tier architecture with data, application, and server tiers. Modular nature of the architecture and Flexibility:distribute components across multiple servers for scalability.Native mode (the default configuration):a stand-alone application server,Integrated mode, a SharePoint farm.
  • 14. SSRS Architecture (cont’d)DataTierconsists of a pair of databases:The ReportServer database is the primary database for permanent storage of reports, report models, and other data related to the management of the report server. The ReportServerTempDB database stores session cache information and cached instances of reports.In a scale-out deployment of Reporting Services across multiple report servers, these two databases in the data tier are the only requirements. These databases do not need to be on the same server as the report server.
  • 15. SSRSArchitecture (cont’d) Application TierCollection of tools that you use to develop reports and manage the reporting platform.Report Development Tools:Report Designer:full features, a project template available in SQL Server BI Dev Studio.Report Builder:ad hoc report, Report Builder 1.0 and Report Builder 2.0.Report Builder was first available in Reporting Services 2005.Using Report Builder 1.0, you can build a simple report that displays data from a single data source as defined by a report model. Report Builder 2.0 is new in Reporting Services 2008 .Model Designer:in BI Dev Studio to develop and publish a report model.SQL Server, Oracle, and Teradata databases.Programmatic Interface for Report Development:APIs that allow you to build a custom report development tool. Report Definition Language (RDL).
  • 16. SSRSArchitecture (cont’d) Report ViewersReport Manager:native mode, Web application.page through a large report, search, zoom in or out to resize a report, render a report to a new format, print the report, and change report parameters.SharePoint:Integrated mode. open the report in document library or in a Web Part.search, zoom, render, print, and select parameters.Programmatic Interface for Viewing or Delivering Reports:custom application by using the Reporting Services API or by accessing reports using URL endpoints.extend standard functionality by customizing security, data processing, rendering, or delivery options.you cannot use both tools in the same instance.
  • 17. SSRS Architecture (cont’d) ManagementToolsReporting Services Configuration Manager:configure a local or remote Reporting Services installation. assign service accounts for running the service and for processing reports for schedule operations. configure the URLs to be used by the Reporting Service application.create the report server databases to host the application data.convert a report server to native mode or integrated mode. configure e-mail delivery of reports,.connect a report server to a scale-out deployment. SQL Server Management Studio:the management interface for many of the server components in SQL Server. manage the report server.
  • 18. SSRS Architecture (cont’d) ManagementTools (cont’d)SQL Server Configuration Manager:start or stop the report server Windows service.Report Manager:native mode .Organize, configure and secure reports.report model management and subscription management.Note :in SharePoint integrated mode, you perform these same tasks using the SharePoint interface.Programmatic Interface for Managementa custom application using the Reporting Services API.
  • 20. SSRSArchitecture (cont’d) Server TierThe central layer of the Reporting Services architecture.Processor Components, respond to and process requests to the report server.Server Extensions, subcomponents delegate very specific functions.These components are implemented as a Windows service.Processor Components:Report Processor, receives all requests that require execution and rendering of reports.Scheduling and Delivery Processor, receives all requests for scheduled events such as snapshots and subscriptions.
  • 21. SSRS Architecture (cont’d) Server Tier (cont’d)Report Processor:An on-demand report, calls a data processing extension to execute the report queries and then merges the query results into a temporary format.A cached report, stored in the ReportServerTempDB database in the temporary format.A report snapshot, stored in the ReportServer database in the temporary format.Rendering Extension.Scheduling and Delivery Processor:A user creates a snapshot or subscription schedule for a report.The Scheduling and Delivery Processor creates a SQL Server Agent job.When the job executes, SQL Server Agent sends a request to the Scheduling and Delivery Processor.The Scheduling and Delivery Processor forwards the request to the Report Processor to execute and render the report.The Report Processor returns the finished report to the Scheduling and Delivery Processor.the Scheduling and Delivery Processor calls a delivery extension to e-mail the report or store it on a network share.
  • 22. SSRS Architecture (cont’d) ServerExtensionsThe processor components that perform very specific tasks. Modular approach, disable an extension or add your own extension. SSRS includes 5 types of server extensions: authentication, data processing, report processing, rendering, and delivery.Authentication Extension:By default, Windows authentication.only one active authentication extension per report server instance.custom security extension.Data Processing Extension:connects to a data source, executes a query and returns the query results.SSRS includes data processing extensions for: SQL Server, Analysis Services, Hyperion Essbase, Oracle, SAP Netweaver Business Intelligence, Teradata, Object Linking and Embedding Database (OLE DB), and Open Database Connectivity (ODBC).
  • 23. SSRS Architecture (cont’d) ServerExtensions (cont’d)Report Processing Extension:an optional component used to process custom report items from third-party vendors.For example, you can obtain charting or mapping add-ins to enhance your reports.Rendering Extension:Convert a report in temporary format into a finished format for the user.The rendering extensions include:HTML, Excel, CSV, XML, Image, PDF, and Microsoft Office Word.Develop your own rendering extension.
  • 24. Delivery Extension:handle scheduled report requests.The e-mail delivery extension:the report embedded in the report body, attached as a file, or referenced as a URL link to the report on a report server.The file share delivery extension:saves a report in a specified format to a network share.The null delivery provider:a mechanism for caching a report in advance.Custom delivery extension:a fax device or printer, or to another application. SSRS Architecture (cont’d) ServerExtensions (cont’d)
  • 25. InstallingReportingServicesSSRS is one of the features included in SQL Server.All editions except SQL Server 2008 Express and SQL Server Compact. Each edition supports a different set of features to meet specific scalability, performance, and pricing requirements. SQL Server 2008 Express with Advanced Services.SQL Server 2008 Web.SQL Server 2008 Workgroup.SQL Server 2008 Standard.SQL Server 2008 Enterprise.SQL Server 2008 Developer.SQL Server 2008 Evaluation.
  • 26. Notes about ModesYou cannot migrate any reports that you have previously published to the report server, so you must keep a copy of the report definitions to publish again after switching the report server to a different mode.
  • 27. Notes about Modes (cont’d)You can use a SQL Server 2000 or SQL Server 2005 database for Reporting Services in native mode, you must use a SQL Server 2008 database if you plan to run Reporting Services in SharePoint integrated mode.
  • 28. Notes about Modes (cont’d)You can still use a native-mode report server with SharePoint by using SharePoint WebParts in a partial integration mode
  • 31. ReportDesignerMultiple reports.The report server project used as a container of reports.Shared data source.Data regions:Tables.Matrixes.Lists.Charts.