Click or drag to resize

StiWCFEventArgs Constructor (String, IStiViewerControl)

Initializes a new instance of the StiWCFEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWCFEventArgs(
	string xml,
	IStiViewerControl viewer
)

Parameters

xml
Type: SystemString

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

viewer
Type: Stimulsoft.Report.ViewerIStiViewerControl

[Missing <param name="viewer"/> documentation for "M:Stimulsoft.Report.Events.StiWCFEventArgs.#ctor(System.String,Stimulsoft.Report.Viewer.IStiViewerControl)"]

See Also