Rave Reports Delphi 7 中的横向打印

发布于 2024-08-07 08:33:33 字数 118 浏览 5 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一瞬间的火花 2024-08-14 08:33:33

查看文档“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:

Anchors can be used to create
adaptable Reports when combined with
other Reporting features. Imagine that
a Report needs to be defined that can
be printed in either landscape or
portrait orientation or that the
Report may be run on different size
papers. Setting the Anchors properly
will allow one Report to adjust to
these changing conditions.

英雄似剑 2024-08-14 08:33:33

如果您在报表中使用“页面组件”,它有一个名为“方向”的属性。将其设置为横向。

If you are using "Page Component" in your report, it has a property named "Orientation". Set it to landscape.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文