Hi there
I was just wondering can I set BGcolor and color property to a value except the default color given in the list ?
like
color = 0047A1
Possible ?..Colors are represented as strings. You need to convert RGB values into the
appropriate format:
=String.Format("#{0:x6}", RGB(0, 71, 161))
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ameet" <Ameet@.discussions.microsoft.com> wrote in message
news:079A0ED6-D0B7-4B20-B4E1-C8B4EBBB3CFA@.microsoft.com...
> Hi there
> I was just wondering can I set BGcolor and color property to a value
except the default color given in the list ?
> like
> color = 0047A1
> Possible ?..|||Color can be set to a hex html color string (#HHHHHH). Note that one of the
options on the color or background color dropdown is Expression.
If you select the Expression option in the color or background dropdown an
editor will open that will allow you to enter a custom value.
The value should be entered as ="HHHHHH" or HHHHHH.
See
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/colors/colors.asp
for more information
--
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ameet" <Ameet@.discussions.microsoft.com> wrote in message
news:079A0ED6-D0B7-4B20-B4E1-C8B4EBBB3CFA@.microsoft.com...
> Hi there
> I was just wondering can I set BGcolor and color property to a value
except the default color given in the list ?
> like
> color = 0047A1
> Possible ?..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment