Showing posts with label consistent. Show all posts
Showing posts with label consistent. Show all posts

Monday, February 20, 2012

Is there an option of adding style sheet for the SSRS application.

I want's to define my custom style for my report project.It should also be consistent.

I doesn't want to set it globally but on the project basis.

Is there any option of defining a style sheet for Sql server reporting services like we do for our web application.

No, there is no way to have a stylesheet for a set of reports in your report project.

You can only modify the style of the report manager by accessing the ReportingServices.css which is usually available in C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\ReportManager\Styles.

Shyam

|||

I have edited the reportingservices.css and then add a new report in my project but nothing happened.

I don't want to edit the style of the report manager .What I want is to edit the report style. [mean the rendering style of the actual report]

Suppose I have to set borderwidth of table =.25pt

bordercolor of table,all of it's cell to silver.

Borderstyle to be windowsinset.

Backgroundcolor of the full layout to be black

How Can I do that ?

|||

As I said earlier, it is not possible.

Shyam