[]
ReportSheet supports paginated preview mode as well as formula-based functions to get pagination information.
To get the pagination information from ReportSheets, you can use the following functions.
R.CURRENTPAGE(): To get the current page number.
R.PAGESCOUNT(): To get the page count.
The following image shows a template sheet where the CONCAT function concatenates all the pages and displays the current page number out of the total number of pages.
The orders report generated from the above TemplateSheet is shown below.