Category:

Report related

Returns the total number of pages in the report. This function requires running the report in double-pass mode and may slow down large reports. It should not be used as a parameter in non-deterministic functions (e.g. database related).

Syntax

page_count: Integer

Parameters

none

Return value

Type: Integer.

Examples of using

'Page ' + to_string(page_number) + ' of ' + to_string(page_count)