I have a report that can potentially contain multiple pages. I have a crosstab in the detail section that contains a total that I would like to display on only the last page of the report. My plan was to make the grand total row of that crosstab not visible until the last page. I know that in the footer, I would need to check PageNumber and I believe CurrentPage to see if they match to determine if its the last page. The issue I'm having is that you can only access PageNumber from the report header and/or footer, but you cannot put a crosstab in a footer. Is there a way to display a crosstab on only the last page?