I want to show the total RowCount() of a tablix into a textbox. I tried this Code in expression of the textbox (=CountRows("Tablix5")). But, if I save the report this error keeps on showing (see attached photo). thank you in advance
Hi. Instead of making functions or using count rows in the report layout, how about using the code in the data items - on aftergetrecord. Use a variable that counts rows in the code (clear it in the copy loop if your report has it).
Answers