Click or drag to resize

StiExportingEventArgs Constructor

Initializes a new instance of the StiExportingEventArgs class

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiExportingEventArgs(
	int value,
	int maximum,
	int currentPass,
	int maximumPass
)

Parameters

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Export.StiExportingEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

maximum
Type: SystemInt32

[Missing <param name="maximum"/> documentation for "M:Stimulsoft.Report.Export.StiExportingEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

currentPass
Type: SystemInt32

[Missing <param name="currentPass"/> documentation for "M:Stimulsoft.Report.Export.StiExportingEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

maximumPass
Type: SystemInt32

[Missing <param name="maximumPass"/> documentation for "M:Stimulsoft.Report.Export.StiExportingEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also