Category:
Report related
Returns number of the current report column. The function should be used only in the code of On Print property of the bands children from Column header band to Totals band.
Syntax
column_number: Integer
Parameters
none
Return value
Type: Integer.
Examples of using
'Page: ' + to_string(column_number)

