I need to design a postcard report that will print the mailing address on one side, and other info on the other side. Portions of both sides will come from our database. How do I design the report so that it will print correctly, that is Page 1 = Postcard Front, and Page 2 = Postcard Back)? (our printer will print duplex) I saw these 2 similar articles, but neither one addresses exactly what I need to do, since I'm using Visual Studio 2017 (not Crystal Reports), and I have 4 documents per page (I guess 2 documents plus 2 columns as far as designing is concerned) instead of just 1 document per page.
Asked
Active
Viewed 230 times
1
-
I'm doing the same thing, but I have it returning all the fronts in order and then all the backs. I'm assuming the printer can handle the collating. Interested to see if you find a solution for alternating pages. – StevenWhite Jan 17 '20 at 22:32
-
StevenWhite - Could you tell me how you are doing the fronts in order, then the backs? That may work fine for us; I'd like to test it out anyway. – itstknecht Jan 27 '20 at 16:06
-
Here's one example of a similar situation https://stackoverflow.com/questions/54331822/sql-server-report-builder-for-shipping-labels-one-per-page/54332391#54332391 – StevenWhite Jan 27 '20 at 18:28