r1 - 04 Aug 2005 - 11:10:03 - JonPriddeyYou are here: TWiki >  Main Web  >  ElixirReport > ElixirReportCookbook > PageNumbering

Page Numbering

Page Numbers and Page Counts can be inserted into the report output using the special variable substitutions ${#} (current page number) and ${##} (total page count) respectively.

ALERT! Note that you can't use these substitutions in scripts because the values are only substituted at the end of rendering. It is not possible to determine these values during rendering because a) the report might be embedded as a subreport, b) there may be multiple sections c) the total page count can't be known until all pages have been rendered. To perform operations based on the current page, consider using OnLayout instead.

-- JonPriddey - 04 Aug 2005

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback