Using the SSRS 2008 ReportViewer Control (NOT URL Access)
how do I implement custom Stylesheets for a specific report?
I already know:
1) you can do this for ALL the report by editing the
C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\Styles\HtmlViewer.css
I don't want this, custom css per report.
2) You can do it custom per report Vai URL Access
Take a copy of this:C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\Styles\HtmlViewer.css
call it MyStyle.css, edit it, make all the changes you want and reference it like this
in the URL:
http://localhost/reportserver?/AdventureWorksSampleReports/Product+Line+Sales&rs:Command=Render&rc:Stylesheet=MyStyleIt works, but I can't use this either.
It has to be done via the ReportViewer Control.
Any Comments?