Windows Forms
Visual Basic
Architecture
Microsoft ISV
Visual Studio
.NET Development
Visual C++
Game Technologies
Windows Vista
SQL Server
VS Team System
Visual C#
Visual J#
Visual FoxPro
Smart Device
Software Development Network>> Visual Studio>> Report Viewer Toolbar
Report Viewer Toolbar
Hot Topic
TransportWithMessageCredential interop
LaunchWizard with new Zip Templates?
XBAP and default browser
publishing outlook add-in
SubReport not working from an dll
Implicit parameters in lambda expressions
Different behavior between .sln and .sln.proj file
can’t find WindowsCodecs.dll with Beta 2
Warning for using Excel.Worksheet.Activate()
The binding handle is invalid with Web applications in Visual Studio RTM
Visual Studio
Print Preview Problems and Two Questions
AS 2005 server report data source with Windows identity impersonation
Lambdas in Custom Attributes
ResourceDictionary Source="~/test.xaml"
Selecting report and datasource for reportviewer from dropdown
Class Designer for Partial Class
external link checkers?
How to use aspnet_compiler in team build (tfsbuild.proj)?
Why will LINQ fail ?
MSBuild Target Redirection (Alternative to install/uninstall Linq to VS)
Report Viewer Toolbar
Can you tell me the 2 background colors that are used for the background of the report viewer toolbar
Thanks
Answer this question
Report Viewer Toolbar
alypeely
They are standard colors available via System.Windows.Forms.ProfessionalColors class.
Martin Hart Turner
Also How can I add a new icon to the tool bar
Ntompson
You cannot add a new icon to the toolbar. You can however hide ReportViewer's toolbar and add your own toolbar to the form. The ReportViewer API has properties and methods that expose all of the functionality of its toolbar.
Report Viewer Toolbar
Answer this question
Report Viewer Toolbar
alypeely
Martin Hart Turner
Ntompson