Rave Reports Delphi 7 中的横向打印
我在 Rave (Delphi 7) 中创建了报告设计。然而它们处于纵向模式。当用户从“打印设置”中选择横向打印时,无论如何都会再次以纵向打印。我该如何解决这个问题,以便 Rave 以用户在打印设置期间选择的格式生成报告?
I have create report designs in Rave (Delphi 7). However they are in portrait mode. When user selects landscape printing from Print Setup, it is printer in portrait again anyway. How can I fix it, so that Rave generates reports in a format which user selects during print setup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看文档“Rave Reports”[PDF]
首先,默认情况下,使用打印机设置。
其次,您可以尝试将 SystemPrinter.Orientation 属性设置为 poLandScape
还可以看看 Anchors:
Have a look at the documentation "Rave Reports" [PDF]
First, by default, the printer settings are used.
Second, you can try to set the SystemPrinter.Orientation property to poLandScape
Also have a look at Anchors:
如果您在报表中使用“页面组件”,它有一个名为“方向”的属性。将其设置为横向。
If you are using "Page Component" in your report, it has a property named "Orientation". Set it to landscape.