Showing posts with label style. Show all posts
Showing posts with label style. Show all posts

Friday, March 9, 2012

Definition a color on .RDL with .CSS :

Hello :

I want to use a style sheet, in a .RDL file, that is instead of having that:

<BackgroundColor>#336cad</BackgroundColor>

I want to put:

<BackgroundColor> class = ? my color </BackgroundColor>,

And if it is possible, how I make for connected the .RDL and the .CSS.

Thank's.

Not possible. I am curious though how useful this could be. Recall that a report can be exported to a format other than HTML.

defining style

is there a way to set the style of a report project in sql server 2005
reporting services? im getting really tired of having to change the fonts,
colors, etc. for every new report i make.On Jul 19, 6:13 pm, "JTL" <j...@.clickstreamtech.com> wrote:
> is there a way to set the style of a report project in sql server 2005
> reporting services? im getting really tired of having to change the fonts,
> colors, etc. for every new report i make.
For the most part, there is not much control over the style available
for reports. That said, these links might be helpful somewhat.
http://msdn2.microsoft.com/en-us/library/ms345247.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=83322&SiteID=1
Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||Hi JTL,
what you can do is create a sample / mockup report that has all the style
elements you want in it (e.g. also headers/footers,fonts/colours/pre-defined
tables..etc). Then you save this as a report in the template directory. Each
time you now want to design a new report, you just select that template et
voila.. bob's your uncle... It's then only a matter of deleting the items
(e.g. table) if you don't want to use it in the new report... (well at least
that's how I do it!).
hope it helps,
mischa
"JTL" wrote:
> is there a way to set the style of a report project in sql server 2005
> reporting services? im getting really tired of having to change the fonts,
> colors, etc. for every new report i make.
>
>