Adding your Company Logo to the Report Manager pages

  • Hi There,

    Does anyone know how to add your Company Logo to the Report Manager pages.

    Thanks in advance

  • 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

  • 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.

  • 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

  • Thanks

  • 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

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • 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

  • Sorry Peddie. I'm getting you. please explain me clearly

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • 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

  • 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?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • 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

  • 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.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • Thanks for all the feedback.

    But where do I find the ReportingServices.css file ?

  • 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

  • Hi, Paula.

    You can refer to the url below:

    http://weblogs.asp.net/jgalloway/archive/2006/12/12/reporting-services-add-a-logo-to-the-report-manager.aspx

    RAQ Report: Web-based Excel-like Java reporting tool[/url]

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic. Login to reply