Changing the report manager color (SKIN) by style sheet

  • Hi All,

    I like to change the color(SKIN) of the report manager. I done half of this by changing the style sheet of report manager. still i can't change the color of parameter area. I attached the screen shot in which i cleared shown my requirement. pls help me to solve this issue

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

    Thanks,
    Arunkumar S P

  • Yes i got the output.

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

    Thanks,
    Arunkumar S P

  • Can you pls tell me how to change the color of the parameter area?

    i'm new to this, pls tell me where to find the Style sheet of RS manager?

    Regards,

    Ramu

    Ramu
    No Dream Is Too Big....!

  • Hope the below link will help you

    http://msdn.microsoft.com/en-us/library/ms345247(SQL.90).aspx

    Reporting Services provides a sample style sheet Htmlviewer.css that you can use as a temple to create custom styles for the report toolbar in HTML Viewer. Htmlviewer.css is located in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\Styles. If you want to change the color of toolbar background, you can make a copy of the htmlviewer.css to work from and make the following modifications:

    .MenuBarBkGnd

    {

    background-color: #ffffff;

    }

    If you want to apply the custom style sheet for one report, you can specify the style sheet on a Report URL, such as http://localhost/reportserver?/AdventureWorksSampleReports/Product+Line+Sales&rs:Command=Render&rctylesheet=MyStyleSheet.

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

    Thanks,
    Arunkumar S P

  • There is small correction in the path...(C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\Styles)

    Do i need to restart my machine or only SQL server services?

    Thanks a lot for your immediate reply...!

    regards,

    Ramu

    Ramu
    No Dream Is Too Big....!

  • Sorry for wrong path ram. Thats my mistake.

    I think you no need to restart the machine. Some times changes won't take affect in your report in that case just remove your temporary files and press refresh continuously.

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

    Thanks,
    Arunkumar S P

  • Its working, Thanks a lot..!

    Ramu
    No Dream Is Too Big....!

  • It was working for tabs, buttons in report manager...but when i change this for report server its not working(i refreshed so many times as you suggested).

    please help me on this, attached the screenshot and style sheet for your reference.

    Regards,

    Ramu

    Ramu
    No Dream Is Too Big....!

  • Yes .MenuBarBkGnd { } is the right area to change the back color of parameter area.

    Did you add in rsreportserver config file ?. Are you calling the report like this?

    http://localhost/reportserver?/ &rc:Stylesheet=StyleSheet

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

    Thanks,
    Arunkumar S P

  • Yes, exactly.

    When i do any changes for report manager, its reflecting immediatly.

    But its not for reportserver.

    I'm using SQL 2005, SP3. Do i've to restart my machine?

    That is the only thing i've not done.

    Regards,

    Ramu

    Ramu
    No Dream Is Too Big....!

  • I am having the same issue, did you get yours resolved?

  • seems unique idea have never thought of it

    i am good at CSS

    will do something unique and will let you know

    cheers

Viewing 12 posts - 1 through 11 (of 11 total)

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