• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Printing Reports from IE.

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using oracle Report Server with Oracle Application Server 9.x.When I pass pagestream="yes" and desformat="HTMLCSS" to the Report URL, it is prefectly launching the Report with pagination which I can use to navigate between pages.

But When I try to print preview this Report, I am getting error like "There was an internal error. Internet explorer was unable to print this document" and also I got some script error when I try to print the page without previewing.

But I did'nt get these errors when I use the desformat as PDF,XML, TAB, CSV etc. I saw the microsoft solution for this to do some printer configuration.
See the link: http://support.microsoft.com/kb/303486#top

I found that the footer where the pagination is published is of more length which IE is erroring out.

My question is, Is there any solution from Report Servlet side where we can control the pagestream pagination length in the Report page.(Other than pagestream=YES)
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post the same question in multiple forums. It causes confusion and duplication of effort as the community tries to help everyone.
 
reply
    Bookmark Topic Watch Topic
  • New Topic