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:

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?

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.

其他提示

Use a List. Make it the size of your page. When you click on the center of the list, it will give you Rectangle properties. Set PageBreak = end. Make sure Disabled = False.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top