Hi all,
How can we write the code to customize the toolbar provided by report viewer. Example add new button call "Help" in the toolbar and with our own source code.
Thanks
kendy
|
| kendy Friday, March 10, 2006 3:03 PM |
Unfortunately, this is not possible right now. We hope to add this ability in the future. |
| Brian Hartman - MSFT Friday, March 10, 2006 11:24 PM |
|
| bombdrop Friday, September 22, 2006 11:32 AM |
While you can't extend the toolbar in this version, you can hide the toolbar and implement your own. We do support custom localization of the built in toolbar for both the winforms and webforms controls via the IReportViewerMessages interface. |
| Brian Hartman - MSFT Thursday, September 28, 2006 2:53 AM |
Unfortunately, this is not possible right now. We hope to add this ability in the future. |
| Brian Hartman - MSFT Friday, March 10, 2006 11:24 PM |
When? One moth, one year?
|
| MPX Saturday, August 26, 2006 8:29 PM |
>>>>>>>Unfortunately, this is not possible right now. We hope to add this ability in the future.
we are waiting for more than 6 monhts? is microsoft going to take the reportviewer out of the visual studio releases out of USA?
if we can't localize it, why did they put it into the visualstudio? |
| http___www.ilkon.com Wednesday, September 13, 2006 11:26 AM |
|
| bombdrop Friday, September 22, 2006 11:32 AM |
While you can't extend the toolbar in this version, you can hide the toolbar and implement your own. We do support custom localization of the built in toolbar for both the winforms and webforms controls via the IReportViewerMessages interface. |
| Brian Hartman - MSFT Thursday, September 28, 2006 2:53 AM |
are there any updates regarding this?can we nowadd buttons and other objects to the report viewer toolbar? dankie. 
|
| chiKai Monday, November 12, 2007 7:43 AM |
You can inherit from ReportViewer and check the OnControlsAdded method to add controls to the Toolbar. Check out the following link for details and a sample application.
http://devgig.blogspot.com/2009/05/extend-reportviewer-toolbar.html
Enjoy... |
| Geoff Niehaus - MCPD Enterprise Wednesday, May 27, 2009 5:14 AM |
Is there a WebForms version of the ReportViewer extension. I need to add a custom button to the toolbar? South Florida Transplant |
| Murph the Surf Thursday, October 15, 2009 2:01 PM |