Click or drag to resize

StiEditCustomConnectionEventArgs Constructor

Initializes a new instance of the StiEditCustomConnectionEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiEditCustomConnectionEventArgs(
	StiDatabase database,
	StiDictionary dictionary,
	Object designer,
	bool isNewConnection
)

Parameters

database
Type: Stimulsoft.Report.DictionaryStiDatabase

[Missing <param name="database"/> documentation for "M:Stimulsoft.Report.Events.StiEditCustomConnectionEventArgs.#ctor(Stimulsoft.Report.Dictionary.StiDatabase,Stimulsoft.Report.Dictionary.StiDictionary,System.Object,System.Boolean)"]

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary

[Missing <param name="dictionary"/> documentation for "M:Stimulsoft.Report.Events.StiEditCustomConnectionEventArgs.#ctor(Stimulsoft.Report.Dictionary.StiDatabase,Stimulsoft.Report.Dictionary.StiDictionary,System.Object,System.Boolean)"]

designer
Type: SystemObject

[Missing <param name="designer"/> documentation for "M:Stimulsoft.Report.Events.StiEditCustomConnectionEventArgs.#ctor(Stimulsoft.Report.Dictionary.StiDatabase,Stimulsoft.Report.Dictionary.StiDictionary,System.Object,System.Boolean)"]

isNewConnection
Type: SystemBoolean

[Missing <param name="isNewConnection"/> documentation for "M:Stimulsoft.Report.Events.StiEditCustomConnectionEventArgs.#ctor(Stimulsoft.Report.Dictionary.StiDatabase,Stimulsoft.Report.Dictionary.StiDictionary,System.Object,System.Boolean)"]

See Also