'Declaration Public Function New( _ ByVal pageNumber As Integer, _ ByVal isLast As Boolean _ )
public ProgressInfo( int pageNumber, bool isLast )
Parameters
- pageNumber
- The report export page number.
- isLast
- Indicates whether the current page is the last in the document.