April 2, 2009 at 3:43 am
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
April 2, 2009 at 7:51 am
April 7, 2009 at 12:42 pm
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....!
April 7, 2009 at 11:51 pm
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.
April 8, 2009 at 12:56 am
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....!
April 8, 2009 at 1:02 am
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.
April 8, 2009 at 2:30 am
Its working, Thanks a lot..!
Ramu
No Dream Is Too Big....!
April 8, 2009 at 8:23 am
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....!
April 8, 2009 at 8:32 am
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
April 8, 2009 at 9:54 am
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....!
August 9, 2013 at 3:11 am
I am having the same issue, did you get yours resolved?
August 13, 2013 at 1:34 am
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