请教下,我在使用dev控件打印预览的时候,在页面设置中,不能选择横向打印,横向radiobutton是灰色的,请问这个是什么问题呢
------解决方案--------------------------------------------------------
设置打印纸张类型为Rotated(旋转的)就可以了
this.PaperKind = System.Drawing.Printing.PaperKind.A4Rotated;
------解决方案--------------------------------------------------------
this.PageHeight = 827;
this.PageWidth = 1169;