My report has nested lists, and in the innermost list I have a table:
page header
page body
list1
list2
table
page footer
On each new page, both in print / PDF mode and in normal viewing mode, I see the page title and the table title. So far so good.
What I would like to see on every page is the content list 1and list 2.
I set the property RepeatWithfor elements list 1in list 2, and for elements list 2- table. This works great in view mode, each page starts with a page title, and then list 1follows list 2, followed by a title table, followed by data tablefor that page. In print mode, I can only see the page title and title table.
Am I missing something obvious? I am using VS2008, by the way, since ReportViewer9.0 in an ASP.NET project.
source
share