Dharmesh Patel +44 (0)7968 369 266 info@dharmeshpatel.co.uk Friday, 06 February 2009 MPUG London...

Post on 11-Jan-2016

213 views 0 download

transcript

Dharmesh Patel +44 (0)7968 369 266 info@dharmeshpatel.co.uk www.dharmeshpatel.co.uk

Friday, 06 February 2009

MPUG London Chapter

WHAT IS MPUG

Using SQL Reporting Services with Project Server 2007

Introduction

• The Report Pack Setting up the Report Pack from the SDK Using Visual Studio to create reports How will the information be displayed to end users

Overview

Requirements

• Microsoft SQL Server 2005 SP1• SQL Server Reporting Services (SSRS) 2005.• SQL Server Business Intelligence

Development Studio Extension of Microsoft Visual Studio 2005. Business Intelligence Development Studio is installed with

SQL Server.

• Install the Project 2007 SDK - Part of the Project SDK In the ‘Samples\Report Pack’ sub-directory

Report Pack Setup – 1

1. Copy the files in the Code Samples\Report Pack subdirectory of the Project 2007 SDK to a directory on a computer where you have the Microsoft SQL Server Business Intelligence Development Studio installed.

2. Open the Project 2007 Report Pack.sln file. If Microsoft Visual Studio 2005 is installed on the same computer, the report project opens in Visual Studio.

3. In Solution Explorer, double-click Project Data Source.rds. In the Shared Data Source dialog box, click Edit.

4. In the Connection Properties dialog box, modify the server name, the RDB name, and the authentication fields if necessary.

Report Pack Setup – 2

1. Click Test Connection to make sure the connection works, and then click OK. Click OK again to save the data source information.

2. On the Project menu, click Project 2007 Report Pack Properties. 1. Change the TargetServerURL value to the URL of your report server.

The value for the sample project is http://ps2007demo:81/reportserver.

2. Change the TargetDataSourceFolder value if necessary. The value for the sample project is Data Sources.

3. Build and then deploy the solution to your SQL Server Reporting Services instance. On the Build menu, click Deploy Solution.

The Different Reports – Cost Center Availability Report

The Different Reports – Project Deliverable Gives/Gets Report

The Different Reports – Project Portfolio Trend Report

The Different Reports – Project Proposals Listing Report

The Different Reports – Project Review Report

The Different Reports – Timesheet Audit Report

The Different Reports – Work Versus Effort Audit Report

Project Server Extended Report Pack from Project Conference

• Christophe Fiessinger's Blog• Reports added are:

Deliverables and Dependencies Issues and Risks Report Project Workspaces ProjectList PSI XML ResourceList PSI XML Risks - XML Data Srouce SSAS Timesheet Timesheet Audit 2

http://blogs.msdn.com/chrisfie/archive/2007/10/30/project-server-extended-report-pack-from-project-conference.aspx

Using Visual Studio to Create Reports

• Report Wizards

End User Experience

• What do the Users see

Hints and Tips

• Install Reporting Services on a different port to SharePoint/Project Server

• Use the Database Schema’s provided in the SDK

• It is Only supported to report from the Reporting Database