setPDFConversionPageNumbering method: ReportDefn class

Syntax

setPDFConversionPageNumbering(x_pos, y_pos)

Description

Use the setPDFConversionPageNumbering method to specify the position of the page numbering across merged attachments and the main report. If this method is not invoked, no page numbers will be added to the pages in the report.

Note:

Double page numbering will occur if you invoke this method when the report itself or any of the attachments include their own internal page numbering.

You must use this method before using the ProcessReport method.

Parameters

Parameter Description

x_pos

Specify an integer value representing the position in 72 dpi pixels from the left edge of the page.

y_pos

Specify an integer value representing the position in 72 dpi pixels from the bottom edge of the page.

Returns

None.

Example

&oRptDefn.setPDFConversionPageNumbering(550, 15);