Landscaping in Rave Reports using Delphi 7

筅森魡賤 提交于 2019-12-24 07:58:45

问题


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.


回答1:


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

RvSystem1.SystemPrinter.Orientation := poLandScape;


来源:https://stackoverflow.com/questions/1665000/landscaping-in-rave-reports-using-delphi-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!