Click or drag to resize

StiUserDataInvokeGetData Method

Raises the GetData event for this component.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void InvokeGetData(
	StiUserGetDataEventArgs e
)

Parameters

e
Type: Stimulsoft.Report.DictionaryStiUserGetDataEventArgs
An StiUserGetDataEventArgs that contains the event data.
See Also