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?
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?