Print On web

Stimulsoft Reports.NET discussion
Post Reply
vijendra
Posts: 26
Joined: Fri Apr 18, 2008 9:11 am
Location: Udaipur

Print On web

Post by vijendra »

I want to print the report by external button (reportViewerToolBar is completely hidden)
the code i used work well on my local computer
But when I publish it on web it Does'nt

I have used Print Method

Please provide me Help to print it in Web
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Print On web

Post by Edward »

Hello.

Printing with Print method is possible only for the server machine.
Please use the following methods of the WebViewer for printing:

Code: Select all

PrintToDirect()
PrintToPdf()
PrintToPopupWindow()
Thank you.
Post Reply