开发者

Landscaping in Rave Reports using Delphi 7

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.


Just drop TRvSystem component and set SystemPrinter.Orientation to poLandScape. exemple:

RvSystem1.SystemPrinter.Orientation := poLandScape;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜