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