How to remove extra space in report output [message #191869] |
Fri, 08 September 2006 07:53 |
supriya_546
Messages: 56 Registered: October 2005 Location: hyderabad
|
Member |
|
|
Hi,
I am using reports 10g.
when i run a report in land scape mode the report is printing in half of the page means showing extra space in report output...
this space i am seeing in report when i click the edit margin.
how to remove this space?
i think this space is not related to the size properties of main section.(report width,height etc...those i set corrcetly).
Help me in this i need it urgently
Thanks in advance
|
|
|
Re: How to remove extra space in report output [message #192820 is a reply to message #191869] |
Wed, 13 September 2006 15:40 |
atagore
Messages: 29 Registered: March 2006
|
Junior Member |
|
|
Are you printing from Browser?
If yes
set System Paramter MODE = Default
set System Paramter DESFORMAT=HTML
On Report level Property Inspector
Under Report Escapes
set After page Value =
<table style="page-break-before: always;height=0"></table>
Check the Browser setting of default margin width
if not printing from browser
Check the margin of Main section under Page Layout
If the report title and column headings are in the Body, see where is the top of Margin .....if the top of the margin (bold horizontal black line) is half-way down the screen, then you will have extra blank lines at the top of each page of output.....
|
|
|