In Report Builder 3.0 i have created a table displaying information about a list of employees in an organization. The idea is to have one page per employee. The employees can be selected from a drop-down in the report and selecting multiple employees should result in one page per employee. Right now my table is expanding including the information for all selected employees in the same table. Can i make the table only include records from one employee, break to the next page and repeat the table on this page with the next employee?
Thanks
My answer to a similar question yesterday may help.
The report won’t repeat; the table won’t repeat; but you can have rows of the table repeat. You can set the report up to have a page break before every row or you can create groups of rows that are displayed on separate pages.
To answer your question directly and specifically:
Yes, you can make the table only include records from one employee, and you can include page breaks. No you can not repeat the same table in the same report without executing the report multiple times. One way to do this is by using a subreport. Take a look at the answer I typed up yesterday.