Click or drag to resize

StiSaveLoadPageEventArgs Constructor

Initializes a new instance of the StiSaveLoadPageEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiSaveLoadPageEventArgs(
	StiPage page,
	int pageIndex,
	string cachePath
)

Parameters

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Events.StiSaveLoadPageEventArgs.#ctor(Stimulsoft.Report.Components.StiPage,System.Int32,System.String)"]

pageIndex
Type: SystemInt32

[Missing <param name="pageIndex"/> documentation for "M:Stimulsoft.Report.Events.StiSaveLoadPageEventArgs.#ctor(Stimulsoft.Report.Components.StiPage,System.Int32,System.String)"]

cachePath
Type: SystemString

[Missing <param name="cachePath"/> documentation for "M:Stimulsoft.Report.Events.StiSaveLoadPageEventArgs.#ctor(Stimulsoft.Report.Components.StiPage,System.Int32,System.String)"]

See Also