StiExportingEventArgs Class
Namespace: Stimulsoft.Report.Export
Inheritance
Inherits from: EventArgs
Constructors
| Constructor | Description |
|---|---|
| StiExportingEventArgs(int value, int maximum, int currentPass, int maximumPass) |
StiExportingEventArgs(value: int, maximum: int, currentPass: int, maximumPass: int)
Parameters
- value (int)
- maximum (int)
- currentPass (int)
- maximumPass (int)
Properties
| Property | Type | Description |
|---|---|---|
| CurrentPass | int | |
| Maximum | int | |
| MaximumPass | int | |
| Value | int |