1

我有一个在 Delphi 7 上使用 Rave Reports 的应用程序。我希望报告在横向中具有默认显示。我要怎么做?

任何建议将不胜感激。

4

1 回答 1

2

只需删除 TRvSystem 组件并将 SystemPrinter.Orientation 设置为 poLandScape。例子:

RvSystem1.SystemPrinter.Orientation := poLandScape;
于 2009-11-20T19:01:17.123 回答