I am trying to display a textbox in the report header when the page is first opened and no parameters have been selected. Something like "Please select parameters to view report." I am trying to do this by creating a binding on the textbox like this "=IIf(Parameters.Plant.Value Is Nothing, True, False)" So if the plant parameter is blank (which it would be), display the text box otherwise do not.
I can't get this to work. Can you give me some insight as to what I may be doing wrong?
Thanks