Set report (RDLC) as always landscape printing and A4
问题 Is there a way to set an RDLC report to be always Landscape and to always use A4 without the need of manually doing so every time through the print dialog? I've been at this for a few hours and nothing came up after googling. Indeed, is there a way to skip the print dialog in itself? TIA 回答1: You can certainly avoid the print dialog and print directly, also you can specify page size and print orientation in code. We do it in our projects but the code is a bit of muddle plus it's in VB so I