How do you add page breaks in RDLC report without using Groups - TechRepublic
Question
January 20, 2011 at 01:00 PM
risingsunnd

How do you add page breaks in RDLC report without using Groups

by risingsunnd . Updated 15 years, 5 months ago

I created an ASP.NET RDLC report that prints part ticket information for the shop. I am using a table. I need to print each part ticket on a seperate page so I need to place a page break after each detail line. I can’t seem to get this to work without using groups. I can’t use groups as each part ticket number can be listed numerous times (example is PRT12345 is listed 3 times in the query and if I use a Group on part tickets it only prints the first one and skips the other 2). If I use a group and put each item in the detail band then it will put all 3 part tickets on the same page. I am using Visual Studio 2008 Professional and SQL Server 2008.

This discussion is locked

All Comments