Hi all,
When press print toolstripbuttonthat provide by report viewer, it will show us the print dialog. Trouble....
How to make it after press print toolstrip button andsystem willuse default printer to print instead of display print dialog.
Thanks
kendy |
| kendy Friday, March 10, 2006 3:01 PM |
There is no way to modify the report viewer print button to do what you want. But there are samples that will allow you to printwithoutthe print dialogwith your own button. Take a look at www.gotreportviewer.com for some samples that do this. |
| Brian Hartman - MSFT Friday, March 10, 2006 11:24 PM |
There is no way to modify the report viewer print button to do what you want. But there are samples that will allow you to printwithoutthe print dialogwith your own button. Take a look at www.gotreportviewer.com for some samples that do this. |
| Brian Hartman - MSFT Friday, March 10, 2006 11:24 PM |
Is the Print button only available for Server mode?
I'm running Local mode and Show Print Button is set to True, but it doesn't show.
|
| PhrankBooth Saturday, March 03, 2007 3:45 PM |
Local mode printing is not available in local mode in the webforms control (it is available in winforms). This is something we will be adding in the next version. For now, you can implement this functionality on your own. There are some printing samples at www.gotreportviewer.com that show how to call ReportViewer.LocalReport.Render for printing. You would then need to send this data to the client. |
| Brian Hartman - MSFT Monday, March 05, 2007 5:10 AM |
Thanks! I'll wait for the next version. Any idea when that's coming out?
|
| PhrankBooth Monday, March 05, 2007 4:21 PM |
I don't have any dates to give right now, but the latest information is here: http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx |
| Brian Hartman - MSFT Wednesday, March 07, 2007 3:14 AM |
Is there any way i can find outon server that crystalreportviewer printbutton is pressed by user. because i want log that activity in database, that client print a report.
Thank you. |
| Sarim Ghani Wednesday, March 07, 2007 12:46 PM |
Today I download the Visual Studio .NET Beta 2 and I don't find any way to show the print button on a local mode from the web.
Can you help me please.
Thanks
|
| Anibal Acosta Wednesday, September 05, 2007 1:43 PM |
As stated in an answer above, there is no way currently to do this. Wait for the next release.
|
| PhrankBooth Friday, September 07, 2007 1:55 PM |
Is anything like this going to happen in 'the next release'? We have constant requests for users to be able to invoke the Print operation using the keyboard (i.e. WITHOUT a mouse). Simply allowing the program to offer a Button with an ALT-P keyboard interface that could 'invoke' the Print operation would suffice.
|
| Keith Dorken Thursday, October 08, 2009 12:15 PM |
Aha - it turns out YOU can use the ALT-Right Arrow key to move amongst the little icons in the ReportViewer Control. The key is to Tab until the 'Hide or Show Document Map' (the first icon on the tool bar) is highlighted, and then use ALT-RIGHT arrow to move the selection over to the Print operation. So at least there is a way to invoke the Print operation directly from the keyboard.
|
| Keith Dorken Thursday, October 08, 2009 1:17 PM |