I have a tablix which it has assigned a dataset. Tablix iterates over the dataset returned. I have placed a rectangle object with content within tablix row header and check the option to print row headers on each new page in tablix properties. First row of the tablix corresponds to the row header and second row contains is a subreport that contains a chart that is generated based on the data returned by the dataset on each iteration (at each iteration a new chart is created with the appropiate data).
My problem is when a new page starts, the row header is not printed at the beginning of the new page. The first time, row header is printed but not in the next new pages.
I will highly appreciate if someone could help me.