Click or drag to resize

StiReportRegBusinessObject Method (String, String, Object)

Registers the business object in the report.

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

Parameters

category
Type: SystemString
Name of the category in which registered business object will be placed in report dictionary.
name
Type: SystemString
Name of the registered business object.
value
Type: SystemObject
Business object.
See Also