Click or drag to resize

StiEditDataStoreAdapterEventArgs Constructor

Initializes a new instance of the StiEditDataStoreAdapterEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiEditDataStoreAdapterEventArgs(
	Object designer,
	StiDataAdapterService adapter,
	StiDictionary dictionary,
	StiDataSource dataSource
)

Parameters

designer
Type: SystemObject

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

adapter
Type: Stimulsoft.Report.DictionaryStiDataAdapterService

[Missing <param name="adapter"/> documentation for "M:Stimulsoft.Report.Events.StiEditDataStoreAdapterEventArgs.#ctor(System.Object,Stimulsoft.Report.Dictionary.StiDataAdapterService,Stimulsoft.Report.Dictionary.StiDictionary,Stimulsoft.Report.Dictionary.StiDataSource)"]

dictionary
Type: Stimulsoft.Report.DictionaryStiDictionary

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

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource

[Missing <param name="dataSource"/> documentation for "M:Stimulsoft.Report.Events.StiEditDataStoreAdapterEventArgs.#ctor(System.Object,Stimulsoft.Report.Dictionary.StiDataAdapterService,Stimulsoft.Report.Dictionary.StiDictionary,Stimulsoft.Report.Dictionary.StiDataSource)"]

See Also