Reporting Services – how to change font style in the toolbar of ReportViewer?

I created a report with SQL Server Reporting Services. It displayed some data and the toolbar with list of checkboxes that defined which columns should be displayed on the report (see the screenshot below). The problem was the font on the toolbar didn’t match the font on the report, i.e. it was huge in comparison to the report. In short it needed resizing…

ReportViewer Toolbar

Solution

I used Firefox and Firebug to find out the container that kept the toolbar (see below).

firebug console 350x85 Reporting Services   how to change font style in the toolbar of ReportViewer?

Once I learned the identifier of that container I know what CSS definition should be added to the page that contained the ReportViewer:


That’s it!

Reblog this post [with Zemanta]

Enjoy this Post?

Your vote will help me grow this site and provide even more information

2 Responses to “Reporting Services – how to change font style in the toolbar of ReportViewer?”


Leave a Reply