[]
Represents information about the progress of a report export.
public sealed class ProgressInfo
Name | Description |
---|---|
ProgressInfo(int, bool) | Initializes a new instance of the ProgressInfo class with the specified page number and last page indicator. |
Name | Description |
---|---|
IsLast | Gets a value indicating whether the current page is the last page in the document. |
PageNumber | Gets the report export page number. |