|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
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
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, March 07, 2013 12:16 AM
Points: 381,
Visits: 340
|
|
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....!
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, March 07, 2013 12:16 AM
Points: 381,
Visits: 340
|
|
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....!
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, March 07, 2013 12:16 AM
Points: 381,
Visits: 340
|
|
Its working, Thanks a lot..!
Ramu No Dream Is Too Big....!
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, March 07, 2013 12:16 AM
Points: 381,
Visits: 340
|
|
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....!
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 09, 2012 10:59 PM
Points: 230,
Visits: 870
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, March 07, 2013 12:16 AM
Points: 381,
Visits: 340
|
|
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....!
|
|
|
|