I have a matrix report with a drilldown field. I would like to change the color of a hidden row based on the Visibility property of a textbox. How do I reference the Textbox.Visibility property in the expression for the color property of a matrix row?
As I understand it, at runtime only the value property is exposed - try storing the visibility status in a hidden textbox and refer to that Graham