Click or drag to resize

StiProcessExportEventArgs Constructor

Initializes a new instance of the StiProcessExportEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiProcessExportEventArgs(
	StiExportFormat format,
	StiExportService exportService,
	Stream stream,
	StiExportSettings settings
)

Parameters

format
Type: Stimulsoft.ReportStiExportFormat

[Missing <param name="format"/> documentation for "M:Stimulsoft.Report.Events.StiProcessExportEventArgs.#ctor(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

exportService
Type: Stimulsoft.Report.ExportStiExportService

[Missing <param name="exportService"/> documentation for "M:Stimulsoft.Report.Events.StiProcessExportEventArgs.#ctor(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.Events.StiProcessExportEventArgs.#ctor(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

settings
Type: Stimulsoft.Report.ExportStiExportSettings

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.Events.StiProcessExportEventArgs.#ctor(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

See Also