Click or drag to resize

StiData Constructor (String, Object)

Creates a new object of the type StiData.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiData(
	string name,
	Object data
)

Parameters

name
Type: SystemString
Name of Data.
data
Type: SystemObject
Data.
See Also