使用 Delphi 7 在 Rave Reports 中美化环境
我有一个在 Delphi 7 上使用 Rave Reports 的应用程序。我希望报表默认以横向显示。我该怎么做呢?
任何建议将不胜感激。
I have an application that uses Rave Reports on Delphi 7. I want the reports to have its default display in landscape. How am I going to do it?
Any suggestions would be very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需删除 TRvSystem 组件并将 SystemPrinter.Orientation 设置为 poLandScape 即可。示例:
Just drop TRvSystem component and set SystemPrinter.Orientation to poLandScape. exemple: