Customizing look 'n feel for Sql Server 2008 R2 - Reporting Services
Hello, I'm customizing the look and feel of reporting services so that it better matches the rest of our company's color templates, but I ran into some problems and I need some help. The bar that contains the export, print, find, paging, ... functions has a gradient in the background that doesn't fit. Is it possible to change that gradient? I ditn't find any matching pictures in the ReportManager\images folder. Regards, Stefan
October 7th, 2010 5:02pm

Stafan You can modify the styling of the ReportViewer toolbar using a stylesheet named Htmlviewer.css and for the Report Manager application using ReportingServices.css. You'll find more information at http://technet.microsoft.com/en-us/library/ms345247.aspx and in this thread: http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/e51d7a1b-83e4-4c8c-99c7-0607d3a02917Paul Turley, MVP [Hitachi Consulting] SQLServerBIBlog.com
Free Windows Admin Tool Kit Click here and download it now
October 8th, 2010 9:22am

Thank you! I did it by adding an image to the ReportManager\images folder and setting the following css class: .ToolBarBackground { background-image: url('/Reports/images/toolbar.jpg'); background-repeat: repeat-x; } Cheers!
October 8th, 2010 10:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics