Download presentation
Presentation is loading. Please wait.
Published byElisabeth Victoria Hopkins Modified over 9 years ago
1
SSRS Integration with SharePoint JACOB CHANG
2
Jacob Chang MCSE Degree in biology and computer engineering Started as an application developer Worked with SharePoint from 2003 version on Senior consultant of HP SharePoint practice team
3
SQL Server Reporting Services (SSRS) Server-based reporting platform Connect to various data sources: Include a collection of processors and extensions for end to end processing A set of tools to create, manage, and deliver reports APIs for developers to integrate or extend data and report processing in custom application Supports two modes of deployment: Native and SharePoint integration
4
SharePoint Integration Benefits Uniform UI to access reports along with other business documents An ability to create and manage SSRS reports, SSRS data sources, and SSRS report models from the SharePoint UI Reports stored in the document libraries to enable versioning, workflow capabilities, collaboration, and document management features Shared Storage Shared security Inherited Governance Policy
5
What is Managed in SharePoint UI - Store report items and properties Authentication and authorization Versions
6
What is Managed in SSRS Data processing Report rendering Subscription definition and schedule
7
Supported Combination of SharePoint and Reporting Services Components Report serverAdd-inSharePoint versionSupported SQL Server 2014 SharePoint 2013Yes SQL Server 2014 SharePoint 2010Yes SQL Server 2012 SP1SQL Server 2014 and SQL Server 2012 SP1 SharePoint 2013Yes SQL Server 2012 and SQL Server 2012 SP1 SQL Server 2014SharePoint 2010Yes SQL Server 2012 SharePoint 2010Yes SQL Server 2012 SP1SQL Server 2012SharePoint 2010Yes SQL Server 2012 SharePoint 2010Yes SQL Server 2008 R2SQL Server 2012 and SQL Server 2012 SP1 SharePoint 2010Yes SQL Server 2008 R2 SharePoint 2010Yes SQL Server 2008 R2SQL Server 2008 SP2SharePoint 2007Yes SQL Server 2008 SP2SQL Server 2008 R2SharePoint 2010Yes SQL Server 2008 SP2SQL Server 2008 and SQL Server 2008 SP2 SharePoint 2007Yes
8
Install/Configure SSRS 2008 in SharePoint
9
Install/Configure SSRS 2012/2014 in SharePoint
10
SSRS Deployment Steps Install SharePoint Install SSRS Register SSRS in SharePoint Create SSRS Service App Activate feature in site collection
11
Install/Configure SSRS in SQL Server 2012
12
Register and Start the Reporting Services in SharePoint Run PowerShell Install-SPRSService – Install the SharePoint service in the farm and the current machine Install-SPRSServiceProxy – install the SharePoint service proxy in the farm get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance – Start the service instance on the server
14
Create a SSRS Service Application
15
Activate the SSRS Feature in Site Collection
16
Create Reports Create data connection: Embedded or shared Create data models: ssrs Create reports: ssrs report builder Publish reports: sharepoint
17
Create Subscription Create Schedule Create Subscription
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.