Share via


ReportRun.progressInfo(Int32, Int32) Method

Definition

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:
 virtual System::String ^ progressInfo(int _pageNo, int _lineNo);
public virtual string progressInfo (int _pageNo, int _lineNo);
abstract member progressInfo : int * int -> string
override this.progressInfo : int * int -> string
Public Overridable Function progressInfo (_pageNo As Integer, _lineNo As Integer) As String

Parameters

_pageNo
Int32

The section number of the page.

_lineNo
Int32

The section number of the page.

Returns

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

Applies to