views:

209

answers:

2

How would I set one BackgroundColor = to another Textboxes BackgroundColor property.

A: 

You have to do this in the code behind of the report.

Raj More
Any direction on how I could do this?
DeafNinja
A: 

In Visual Studio/Business Intelligence Management Studio:

  1. Select textbox (or table cell)
  2. In the Properties window, you'll see the BackgroundColor attribute
  3. 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
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
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