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
Print On web
Hello.
Printing with Print method is possible only for the server machine.
Please use the following methods of the WebViewer for printing:
Thank you.
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()