ReportRun.progressInfo Method [AX 2012]

Creates a string that describes how much of the report has been generated during the execution of a report every time that a section is executed.

public str progressInfo(int pageNo, int lineNo)

Run On

Called

Parameters

pageNo
Type: int
The number of pages generated.
lineNo
Type: int
The section number of the page.

Return Value

Type: str
A string that describes how much of the report has been generated.

Community Additions

ADD
Show: