Print Break on BAQ Field

I am needing to have this baq report process and do a print break for a specific field. How would i do this?

More specifics: The rep[ort is a Shipping report that we created and it shows Ship Date, Ship Via, CSF1 (Company specific field), ShipTo name, OrderNum, CSF2

We want to have this layout for the report, but page one would have all of Ship Via A1, next page has all the info for ShipVia A2, etc.

I think you can do this in SSRS. If you group by ship to, then change the Group Properties, under Page Breaks. Add a page break before or after the group.
The important part is grouping by the field you want to page break on.

2 Likes