在 oracle 报告生成器中增加页面宽度
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3178698/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
increasing the page width in oracle reports builder
提问by ssr532
I am designing a new report using oracle reports builder that comes with 10g. I have many columns to be inserted horizontally. But I couldn't increase the page width of the body section beyond 8.5 inches. But I can see the page width of some existing reports to be more than 16 inches. How do I increase the page width?. I have been googling for an hour but couldn't find anything useful. I have tried tinkering with the settings at,
我正在使用 10g 附带的 oracle 报告构建器设计一个新报告。我有很多列要水平插入。但是我无法将正文部分的页面宽度增加到 8.5 英寸以上。但是我可以看到一些现有报告的页面宽度超过 16 英寸。如何增加页面宽度?我已经用谷歌搜索了一个小时,但找不到任何有用的东西。我试过修改设置,
File->Page Size
Tools->Options->Margin
Edit->Preferences
文件->页面大小
工具->选项->保证金
编辑->首选项
but no gain.
但没有收获。
So any help would be much welcome. Thanks.
所以任何帮助都会受到欢迎。谢谢。
回答by Tony Andrews
In the Object Navigator window, open up the Layout Model node. Then double-click on the Main Section node to bring up its properties in the Property Palette window. There you will find Width, which defaults to 8.5, and Height, which defaults to 11.
在 Object Navigator 窗口中,打开 Layout Model 节点。然后双击 Main Section 节点以在 Property Palette 窗口中调出其属性。在那里你会发现宽度(默认为 8.5)和高度(默认为 11)。
回答by Rob van Wijk
Tony's answer shows how to adjust the width of the report. If you want to adjust the margin, then open up the Layout Model, click on the button "Edit Margin" (visit the tooltips to identify the button), click on the thick black border and then adjust the margin by dragging the small white square.
Tony 的回答显示了如何调整报告的宽度。如果要调整边距,则打开布局模型,点击“编辑边距”按钮(访问工具提示识别按钮),点击粗黑边框,然后通过拖动白色小方块来调整边距.
Regards, Rob.
问候,罗伯。
回答by user1014719
In paper layout
go to headersection
and double click change width height
.
Do the same for mainsection
and trailer section
.
在paper layout
转到headersection
并双击change width height
。对mainsection
和做同样的事情trailer section
。