October 19, 2009 at 9:54 pm
Hi There,
Does anyone know how to add your Company Logo to the Report Manager pages.
Thanks in advance
October 19, 2009 at 11:18 pm
paula_sql (10/19/2009)
Hi There,Does anyone know how to add your Company Logo to the Report Manager pages.
Thanks in advance
You add the logo to your Report header in development and make it to repeat with each page headers and footers comes with restrictions look it up in the BOL. To add to reportmanager pages you must add it in development either from a database or embedding it make sure the file is light either .gif or .jpeg and file size is relevant.
Kind regards,
Gift Peddie
October 19, 2009 at 11:22 pm
Thanks for the reply. I am actually referring to adding your company logo tothe Report Manager itself. Not to the actual report. The Report Manager is in html.
Thanks again.
October 19, 2009 at 11:35 pm
paula_sql (10/19/2009)
Thanks for the reply. I am actually referring to adding your company logo tothe Report Manager itself. Not to the actual report. The Report Manager is in html.Thanks again.
Report Manager is SQL Server and Microsoft proprietary so the answer is no but you can add it to ReportViewer controls which comes with Redist meaning you can redistribute the control.
Kind regards,
Gift Peddie
October 19, 2009 at 11:47 pm
Thanks
October 20, 2009 at 1:59 am
Yes paula_sql. It is possible to add.
See the attachment for sample
Modify ReportingServices.css in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\Styles folder
October 20, 2009 at 7:03 am
So you are saying to add a bitmap file to the SSRS CSS file that comes currently without an image file in it that will explain why it looks funny, there are two CSS files there the WebPart comes with images but as I have already said .gif file. I am not sure what I saw is adding logo to Report manager all I see is an image placed there not the way a logo blends into the background going back to Microsoft proprietary.
Kind regards,
Gift Peddie
October 20, 2009 at 7:23 am
Sorry Peddie. I'm getting you. please explain me clearly
October 20, 2009 at 8:05 am
Arunkumar S P (10/20/2009)
Sorry Peddie. I'm getting you. please explain me clearly
Arun,
I have uploaded the two style files so you are saying to add a Bitmap .BMP file to a file that currently holds no image it and I am not so sure about that, the other thing your image is uploaded from online image storage most places I have worked at that is not allowed the image must be located internally. I know you can find a local location for the file but I am not sure what you uploaded is what employers calls adding logo to Report Manager.
Kind regards,
Gift Peddie
October 20, 2009 at 8:35 am
Peddie,
I just placed an image(Cmp_logo) in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\images folder
and modified the ReportingServices.css file like below
/* Upper title on the page */
.msrs-uppertitle
{
font-family:Verdana;
font-size:20;
BACKGROUND: url(../images/Cmp_logo.gif) no-repeat;
TEXT-INDENT: 150px;
height:65px;
width:800px;
}
Can u get me?
October 20, 2009 at 8:56 am
Arun,
Yes that is different so the OP could try it but I am still not sure that look is what an employer is expecting when asking for logo to be embedded in Report Manager but I could be wrong. What I am saying the look needs to be improved.
Kind regards,
Gift Peddie
October 20, 2009 at 9:01 am
Yes Peddie.
You are correct. But i don't believe that there is another way to achieve that. If you find some thing please share that with me.
October 20, 2009 at 4:21 pm
Thanks for all the feedback.
But where do I find the ReportingServices.css file ?
October 20, 2009 at 9:23 pm
paula_sql (10/20/2009)
Thanks for all the feedback.But where do I find the ReportingServices.css file ?
Paula,
Arun posted the path to the file twice in the first page of this thread I am running Windows 7 so my file path was sql4 instead of 3 so look all the SQL Server folders in programs it is in the SSRS SQL Server folder in styles. I have posted the actual file so also look at the file I posted.
Kind regards,
Gift Peddie
October 25, 2009 at 10:07 am
Hi, Paula.
You can refer to the url below:
Viewing 15 posts - 1 through 15 (of 19 total)
You must be logged in to reply to this topic. Login to reply