From: aaron on
Can you tell me how to setup cascading style sheets to be used in reporting
service 2005?
Thanks!
From: obiron via SQLMonster.com on
aaron wrote:
>Can you tell me how to setup cascading style sheets to be used in reporting
>service 2005?
> Thanks!

The short answer is that you can't. Formatting is normally held within the
xml for the report layout. I believe you can programatically set some report
formatting options by including blocks of code which could look at
configuration files, however you would still need to recompile and re-publish
any reports if you change the config files

--
Message posted via http://www.sqlmonster.com

From: Bjoern Stueber on
Hi aaron,

if you want to change the main layout of the ReportManager you can
search "ReportingServices.css". It's somewhere in the Reportserver
Directory.

Maybe this is what you want:
http://msdn.microsoft.com/en-us/library/ms345247(SQL.90).aspx

Bjoern

Am 28.01.2010 17:23, schrieb obiron via SQLMonster.com:
> aaron wrote:
>> Can you tell me how to setup cascading style sheets to be used in reporting
>> service 2005?
>> Thanks!
>
> The short answer is that you can't. Formatting is normally held within the
> xml for the report layout. I believe you can programatically set some report
> formatting options by including blocks of code which could look at
> configuration files, however you would still need to recompile and re-publish
> any reports if you change the config files
>