StiProcessExportEventArgs Class
Namespace: Stimulsoft.Report.Events
Describes an argument for the event ProcessExport.
Inheritance
Inherits from: StiExportEventArgs
Constructors
| Constructor | Description |
|---|---|
| StiProcessExportEventArgs(StiExportFormat format, StiExportService exportService, Stream stream, StiExportSettings settings) |
StiProcessExportEventArgs(format: StiExportFormat, exportService: StiExportService, stream: Stream, settings: StiExportSettings)
Parameters
- format (StiExportFormat)
- exportService (StiExportService)
- stream (Stream)
- settings (StiExportSettings)
Properties
| Property | Type | Description |
|---|---|---|
| ExportService | StiExportService | |
| ExportSettings | StiExportSettings | |
| Processed | bool | |
| Stream | Stream |