Showing posts with label property. Show all posts
Showing posts with label property. Show all posts

Wednesday, March 7, 2012

BG Color

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 ?..

Friday, February 24, 2012

Beta2

Where is a selectmethod property in Beta2 (was in Beta1)?
We have renamed selectmethod to forwardReadOnlyMethod
["direct"|"serverCursor"]
One of the big work items going from beta 1 to beta 2 has been to finalize
the connection string properties. I don't mean that we won't be making
changes before RTM based on user feedback but we wanted to put our best
effort forward.
"selectMethod" was thought to be a confusing name, this connection string
knob only applies to Forward ReadOnly cursors (setting selectMethod to
client cursor and then using a server side cursor to execute would still
return a server side cursor).
We just wanted to make it explicit that we were overriding only client side
cursors.
Let me know if you have any feedback on this.
Angel Saenz-Badillos [MS] DataWorks
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging: http://weblogs.asp.net/angelsb/
"VladKon" <VladKon@.discussions.microsoft.com> wrote in message
news:18098E49-92A0-4EA0-8F3D-981765A73DA5@.microsoft.com...
> Where is a selectmethod property in Beta2 (was in Beta1)?