Click or drag to resize

StiWCFExportEventArgs Constructor

Initializes a new instance of the StiWCFExportEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWCFExportEventArgs(
	string xml,
	string filter,
	StiReport report
)

Parameters

xml
Type: SystemString

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

filter
Type: SystemString

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

report
Type: Stimulsoft.ReportStiReport

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

See Also