Click or drag to resize

StiWCFReportCheckEventArgs Constructor

Initializes a new instance of the StiWCFReportCheckEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWCFReportCheckEventArgs(
	string xml,
	IStiDesignerBase designer
)

Parameters

xml
Type: SystemString

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

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

[Missing <param name="designer"/> documentation for "M:Stimulsoft.Report.Events.StiWCFReportCheckEventArgs.#ctor(System.String,Stimulsoft.Report.Design.IStiDesignerBase)"]

See Also