Click or drag to resize

StiUserGetDataEventArgs Constructor

Creates a new object of the type StiUserGetDataEventArgs.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiUserGetDataEventArgs(
	StiUserSource userSource,
	int position,
	string columnName
)

Parameters

userSource
Type: Stimulsoft.Report.DictionaryStiUserSource
Data source.
position
Type: SystemInt32
Current position in data.
columnName
Type: SystemString
Name of the column with data.
See Also