HI,
We got a request from a customer to modify the documents prints in BC, RDLC, where the header on the first page will be different than the other pages.
The purpose is to reduce the number of pages being printed as they have a lot of multipages orders.
Basically, the would like the whole header to be printed on the first page, but only the top part (logo, order #, page #) on subsequent pages.
Is there a way to achieve this?
Using the visibility property on the textbox in the bottom part of the header doesn't really work.
The values are not displayed but it leaves a big blank section.
We can't use the Globals!PageNumber into the tablix either
Is there any solution?
-Julie