我有一个在Delphi 7上使用Rave Reports的应用程序,我想让这些报告在横向显示。我该怎么做呢?
任何建议都将不胜感激。
发布于 2009-11-21 03:01:17
只需删除TRvSystem组件并将SystemPrinter.Orientation设置为poLandScape即可。例如:
RvSystem1.SystemPrinter.Orientation := poLandScape;https://stackoverflow.com/questions/1665000
复制相似问题