[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.ProgressInfo

ProgressInfo Class

Represents information about the progress of a report export.

Inheritance
ProgressInfo
Namespace: GrapeCity.ActiveReports.Rendering.Export
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class ProgressInfo

Constructors

Name Description
ProgressInfo(int, bool)

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

Properties

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.

Extension Methods