I am using Oracle report developer 6i for reporting purpose,and printing in Landscape/portrait (HTML CSS)format in A4 size paper but all my reports are not printed properly like first page is ok but every second page gets displaced little bit below than its original position and this continues and all my later pages displaced further and further. I tried all options of seeting their properties but of no use.I also tried it by changing the browser's page set up property but all in vain. Can any body suggest me something regarding this.
Beksy Kurian
Ranch Hand
Joined: Jul 11, 2001
Posts: 254
posted
0
Ashwani, Why don't you go for the pdf option if you can?!!! I do not think CSS reports have full control over it. Have you tried the work arounds suggested in docs. 1.Modify the Before Report Value property. Add the following lines: <STYLE> P { page-break-after: always } </STYLE> 2. Modify the After Page Value property. Add the following lines: <P> : </P> It may work if you are using html option instead of html-css. Regards Beksy
Ashwani Yadav
Ranch Hand
Joined: May 23, 2002
Posts: 33
posted
0
Ya I already tried this but of no use may be I am using HTML CSS. No, I don't have any other option to leave this as anyhow I have to generate report in HTML CSS only so can you suggest me any workaround. I would be very much thankfull to you.