Click or drag to resize

StiSaveDocumentEventArgs Constructor

Initializes a new instance of the StiSaveDocumentEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiSaveDocumentEventArgs(
	StiReport report,
	string filePath,
	string fileName
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Events.StiSaveDocumentEventArgs.#ctor(Stimulsoft.Report.StiReport,System.String,System.String)"]

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Stimulsoft.Report.Events.StiSaveDocumentEventArgs.#ctor(Stimulsoft.Report.StiReport,System.String,System.String)"]

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Stimulsoft.Report.Events.StiSaveDocumentEventArgs.#ctor(Stimulsoft.Report.StiReport,System.String,System.String)"]

See Also