all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

CHANGE the look of the REPORT MANAGER


CHANGE the look of the REPORT MANAGER pmud
3/16/2005 12:41:03 PM
sql server reporting services:
Hi,

I need to change the look of the report manager. Like add different color to
background...add a logo & stuff like that.. Is that possible? & how?

Thanks
--
Re: CHANGE the look of the REPORT MANAGER pmud
3/16/2005 2:39:02 PM
Thanks Highly Obscure. I will try it right away...

Thanks

[quoted text, click to view]
Re: CHANGE the look of the REPORT MANAGER Highly Obscure
3/16/2005 4:25:03 PM
[quoted text, click to view]

The things you can easily change are in ReportingServices.CSS
(Cascading Style Sheet):

<Program Files>\Microsoft SQL Server\MSSQL\Reporting Services\Report
Manager\Styles\ReportingServices.CSS

You can't change all that much but it's better than not being able to
change it at all.

Make a backup copy of the file before you change it. Open the file in
VS2003 and right-click on a style class (they start with .msrs) to
launch the Style Builder. Do what you do and save the file.

If you replace an image you need to specify its location relative to
the directory given above. If you put the image in <Program
Files>\Microsoft SQL Server\MSSQL\Reporting Services\Report
Manager\images, specify the path to the image as
...\images\myexcellentpicture.jpg or whatever.

Thanks to Blackburn & Vaughn, _Hitchhiker's Guide to SQL Server 2000
Reporting Services_.

hth

Highly Obscure

--
AddThis Social Bookmark Button