Page 1 of 1

Print On web

Posted: Thu Aug 21, 2008 2:45 am
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

Print On web

Posted: Thu Aug 21, 2008 4:38 am
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.