Download presentation
Presentation is loading. Please wait.
Published byClifton Price Modified over 8 years ago
1
Unit 9 Seminar
2
Starting Reporting Services
3
Reporting Service Started
4
Determine Web Information
5
Click Apply to Accept
6
Click Apply
7
The URL should now be valid
8
Open Web Browser Type in your URL assigned
9
Authenticate to Report Manager
10
Encryption Error If you get an error that says you have a symmetric key problem and you must either create a new key or delete all encryption. Open Reporting Services Manager and click Encryption Keys If you have a key that you can restore, restore it but you must know the password, otherwise Delete it. Do NOT do this on a server at work. Only do this if you are on your personal machine and confident this is okay.
11
Delete All Encryption from Report Server
12
BIDS 1. Open Business Intelligence Development Studio and create a new project. 2. Use steps in IT452 Unit 9 Assignment Deliverables #2 under Doc Sharing to complete Unit 9. The following goes through a Manual creation of a report with query.
13
Create a Shared Data Source so that maintenance and updates can be made in one place.
14
Right Click and Choose New Data Source
15
Add the Properties to the Source
16
Add Connection Properties and Test
17
Test the Connection
18
Adding Blank Report 1. Right Click in blank area under Solution Explorer on right and choose Add then New Item 2. Select Report Template in the top 3. Name the Report and Click Add
19
Create Report - Right click Report Add New Report
20
Screen after Data Source and Report
21
Creating a Dataset 1. In Report Data choose New then DataSource 2. Name the Datasource and Choose the Use Shared Data Source Reference. Choose AdventureWorks (or whatever Shared Data Source you create). Click OK 3. Right Click on DataSource and Choose Add Dataset.
22
Right Click on DataSet and Choose New Dataset
23
4. Name the dataset and choose the Data Source. Enter the Dataset via query. You can test this in SSMS first if you like and copy and paste it or import it if you save it as a.sql script. 5. Press Refresh Fields to verify the query. Click OK. You now should see the new dataset and fields under Dataset.
24
Test Query in SSMS (optional)
25
Fields from query now available
26
Mouse over Toolbox and drag table to Report Body Drag Fields to Report
27
Displaying Data in the Report They can be displayed in the report using either the list, table, or matrix report items. 1. Select the Design Tab on the Report Designer. 2. Add a table to the body of the report by dragging a table report item from the toolbox and dropping it on to the report body. (Mouseover the toolbox on the left and choose table and drag it) 3. Add fields from the dataset by dragging fields from the Report Data pane and dropping them in the details row of the table. Preview the report by clicking the Preview tab.
28
Preview Report by clicking Preview Tab
29
Report parameters You can prompt users for data using reports. Query Parameters are specific to a specific dataset and found on the Dataset Properties Dialog Report Parameters are global to the entire report and found in the Report Data pane under the Parameters folder.
30
Add parameters to Example Following the example generates a report that lists products within a specific category and subcategory. Both of these will be prompted for user entry. This uses a nested parameter.
31
Add 2 datasets to the ProductList Report via a query –CategoryList –SubcategoryList
32
CategoryList
33
SubcategoryList
34
Update the Products dataset query
35
Parameters Now in objects
36
Configure ProductCategoryID Parameter
38
Configure ProductSubCategoryID Parameter
40
Reorder the Prompts so that the dependent one comes last
41
Preview the Report
42
With a Category and Subcategory Chosen
43
Configure Target ServerURL in Properties of Reporting Services Project
44
Build/Deploy Report ------ Build started: Project: Unit9Demo, Configuration: Debug ------ Skipping 'AdventureWorks.rds'. Item is up to date. Building the report, Unit9Demo.rdl, for SQL Server 2008 R2 Reporting Services. Build complete -- 0 errors, 0 warnings ------ Deploy started: Project: Unit9Demo, Configuration: Debug ------ Deploying to http://x00843p4nmk1/ReportServer_SQLEXPRESS Deploying data source '/Data Sources/AdventureWorks'. Deploying report '/Report Project1/Unit9Demo'. Deploy complete -- 0 errors, 0 warnings ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
45
Folders on Report Manager
46
Report Options on Report Manager
47
Executed and Viewed
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.