Client-Side printing of Crystal Reports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lea Aguilar
    New Member
    • Jun 2011
    • 1

    Client-Side printing of Crystal Reports

    I have a webpage with a button to invoke a report.
    What I want to do is to automatically print the report in my local printer without having to show the report.

    NOTES:
    1. I cannot use PrintToPtinter because it runs in server-side.
    2. I cannot use window.print() since I intend to print the report called and not the current page.

    Can somebody please help me resolve my problem?
Working...