Click or drag to resize

StiWCFFindDatabaseTypeEventArgs Constructor

Initializes a new instance of the StiWCFFindDatabaseTypeEventArgs class

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

Parameters

databaseType
Type: SystemString

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

designer
Type: Stimulsoft.Report.DesignIStiDesignerBase

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

See Also