Share via


ReportRun.progressInfo Method

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.

Syntax

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.

See Also

ReportRun Class

ReportRun.createProgressForm Method

ReportRun.progressForm Method