EXERCISE TOPIC▼
SSRS EXERCISES▼
SSRS REPORTING SERVICES EXERCISES▼
- Designing a Simple Report (3)
- Data sources and datasets (1)
- Tables (5)
- Grouping tables (6)
- Expressions (8)
- Pages and printing (2)
- Parameters (15)
- Indicators (3)
- Gauges (4)
- Matrices (5)
- Charts (6)
- Data bars and sparklines (2)
- Lists (4)
- Subreports (2)
- Revision of expressions (3)
- Variables (3)
- Embedding code (3)
- Basic Custom Assemblies (2)
- Examples of custom assemblies (1)
- Customising reports (2)
- Using SQL views (3)
- Stored procedures in SSRS (2)
- Stored procedure parameters (2)
- Dropdowns with procedures (3)
- Multivalue parameter procedures (1)
- Improving report navigation (2)
- Linking reports (drilldown) (4)
- Dynamic reports (2)
SSRS Reporting Services | Tables exercise | Basic tables - list of films, fixed page headers
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise if you attend one of more of the courses listed below!
Software ==> | SSRS Reporting Services (99 exercises) |
Version ==> | SSRS 2012 and later |
Topic ==> | Tables (5 exercises) |
Level ==> | Harder than average |
Courses ==> | Reporting Services / Fast track SSRS |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a new report with a dataset which shows a list of actors, with the films they have appeared in:

The 3 tables that you will need for the dataset
Now create the report itself to look something like this (see hint below):

The cast list appears in alphabetical order of actor name
The top (grey) box consists of a rectangle containing 4 text boxes, while the orange title is a table header merged across the 3 table columns.
See if you can arrange it so that, when you preview your report, the column headers stay visible both when you scroll down and when you move between pages.
Save this report as Who has done what, then close it down.