Click or drag to resize

StiWCFRenderingInteractionsEventArgs Constructor

Initializes a new instance of the StiWCFRenderingInteractionsEventArgs class

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

Parameters

xml
Type: SystemString

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

interactionType
Type: Stimulsoft.ReportStiInteractionType

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

viewer
Type: Stimulsoft.Report.ViewerIStiViewerControl

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

See Also