I have a SSRS report consisting of several text boxes populated from a database. Some of the text fields are populated using VB code with parameters passed from values created using complex expressions in the Tablix cell. None of these parameters are displayed on the report
I do not want to show the Tablix on the report but can't seem to accomplish what I thought would be a simple task. I have set the hidden property on the Tablix to make it hidden, but when I do that and run the report my VB code does not function properly.
I have also tied making sure there are no borders enabled and set font and background colors to white on the Tablix but no luck.
Does anyone have any other suggestion to hide this element
Thanks Perry