ReportRun.progressInfo(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.