Hello,
I read the blog and for HTML and PDF it works great. However when i export a
report to excel, excel reinterprets the colors to what it can handle.
In my case i made a colorpalette of only oranges and browns. When i export
it to excel, the graph itself is exported ok. Only the colors i used in the
legend table are changed. eg. GoldenRod, Orange and DarkOrange are all
reverted to the same color.
Is there a way to have the table also exported as a picture or something to
get the right color across?
[quoted text, click to view] "Robert Bruckner [MSFT]" wrote:
> You cannot define your own custom palettes directly. The closest you can get
> is to use the approach discussed in the following blog posting (it also
> provides a sample for download):
>
http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx >
> The sample defines its own "color palette" by always overriding the colors
> that come from the selected color palette.
Hi,
I don't seem to have the 'Series Style" section showing on my 'Appearance'
tab.
Have installed SP2 for RS 2000 on the server, but surely this is a "client"
issue with
SQL Server Report Designer. I'm using Ver 8.00.743
Any ideas?
[quoted text, click to view] "Paul Ibison" wrote:
> Peter,
> I've done this in the following way:
>
> In Chart Properties, Data, Values, Edit, Appearance, Series Style I use this
> function:
>
> = Code.GetColor(Fields!RightsHolder.Value)
>
> And in the code for the report I have:
>
> Public Function GetColor(ByVal RightsHolder As String) As String
> if RightsHolder = "EMI" Then
> Return "#CC3333" ' "Red"
> end if
> if RightsHolder = "EMI RW" Then
> Return "Pink"
> end if
> if RightsHolder = "WMG" Then
> Return "#3300CC" ' "Blue"
> end if
> if (RightsHolder <> "WMG") and (RightsHolder <> "EMI") and (RightsHolder
> <> "EMI RW") Then
> Return "Black"
> end if
> End Function
>
> HTH,
>
> Paul Ibison, SQL Server MVP
>
>
Don't see what you're looking for? Try a search.