Click or drag to resize

StiProcessExportEventHandler Delegate

Represents the method that handles the ProcessExport event.

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public delegate void StiProcessExportEventHandler(
	Object sender,
	StiProcessExportEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Report.EventsStiProcessExportEventArgs
See Also