I have a report which contains a tablix. Within this tablix I have a subreport that is called at each tablix iteration. I would like to obtain the current index of the tablix iteration inside the subreport. I have passed a subreport parameter using below expression:
=RowNumber("dataset")
dataset is the one assigned to the tablix in the report. In my concret case, this expression is not working.
Any other way to get this work?