How would I set one BackgroundColor = to another Textboxes BackgroundColor property.
Any direction on how I could do this?
DeafNinja
2009-10-21 21:56:08
A:
In Visual Studio/Business Intelligence Management Studio:
- Select textbox (or table cell)
- In the Properties window, you'll see the BackgroundColor attribute
- Click the dropdown arrow to get a list of colour options, or you can type in the color code if you know it
OMG Ponies
2009-10-21 21:59:20
if textbox1 is "Orange" I am trying to find a way in textbox2 to pull the background color value of textbox1 and use it.
DeafNinja
2009-10-21 22:04:17
I'm using SSRS 2005 - I don't see the ability to relate based on another textbox. Apparently SSRS doesn't have CSS/similar support: http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=317635
OMG Ponies
2009-10-21 22:07:43