Hello, can we integrate the PageCount and PageIndex/PageOf variables into a Subreport? We aim to develop a Footer-Subreport for inclusion in all our reports. However, we encounter a challenge where the Page-Count consistently shows as 1 of 1, regardless of the actual number of pages in the report.
So Main Report => Subreport
Inside of the Subreport: = Switch( h@Locale] = 'de-de', 'Seite'+' '+ @PageIndex]+' '+'von'+' '+ @PageCount], TRUE, 'Page'+' '+ @PageIndex]+' '+'of'+' '+ @PageCount] )