[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.ProgressInfo.-ctor

ProgressInfo Constructor

ProgressInfo(int, bool)

Initializes a new instance of the ProgressInfo class with the specified page number and last page indicator.

Declaration
public ProgressInfo(int pageNumber, bool isLast)
Parameters
Type Name Description
int pageNumber

The report export page number.

bool isLast

Indicates whether the current page is the last in the document.