Prev: getting reporting services web service to work
Next: getting sql report 2005 web service to work
From: aaron on 28 Jan 2010 03:50 Can you tell me how to setup cascading style sheets to be used in reporting service 2005? Thanks!
From: obiron via SQLMonster.com on 28 Jan 2010 11:23 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 29 Jan 2010 17:14 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 >
|
Pages: 1 Prev: getting reporting services web service to work Next: getting sql report 2005 web service to work |