Customize Report Viewer Toolbar
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
Answers
- Unfortunately, this is not possible right now. We hope to add this ability in the future.
been having the same problem untill I came across this A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar
Hope this helps!!!
- 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.
All Replies
- Unfortunately, this is not possible right now. We hope to add this ability in the future.
When? One moth, one year?
>>>>>>>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?
been having the same problem untill I came across this A Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar
Hope this helps!!!
- 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.
are there any updates regarding this? can we now add buttons and other objects to the report viewer toolbar? dankie.

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...- Is there a WebForms version of the ReportViewer extension. I need to add a custom button to the toolbar?
South Florida Transplant - You could add some javascript to change the look of the toolbar at runtime. Not very elegant, but does the job.


