Click or drag to resize

StiBusinessObjectData Constructor (String, String, Object)

Creates new instance of StiBusinessObject class.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiBusinessObjectData(
	string category,
	string name,
	Object value
)

Parameters

category
Type: SystemString
Category of business object.
name
Type: SystemString
Name of business object.
value
Type: SystemObject
Business object.
See Also