Im currently developing av price list using SQL Reporting Services.
In that report I have a list which represents a item category, the list is connected to a datasource and is inceremented for each category in the database.
Inside the list I have a table which outputs all items within that category.
Everything is working as expected, first I show the category name and then all the items inside that category are listed. My problem is that sometimes there are so many products that it is using multiple pages. On the first page my category name is showing but on the next pages only the items are showing.
I want to show the category name again on the next page so that the user can see what category the items belong to without going back one page.
Does anyone know how to do this, point me in the right direction please!