Is there a way to hide the value of an aggregated value in a matrix report when a row is hidded?
Something like IIF(ReportItems!TextBox1.Hidden,True,Flase)
The above gives me an error saying that Hidden is not a member of ReportItem.
I am having the same issue. Trying to change the navigation link in a data item in a matrix based on whether or not a report group is expanded or collapsed. If I could access the ReportItems!textbox1.Hidden property, I could achieve this.
Have you figured out a solution to this?
Thanks!
|||Found a solution already? If so, please post
No comments:
Post a Comment