Click or drag to resize

StiBusinessObjectSource Constructor (String, String, String)

Creates a new object of the type StiBusinessObjectSource.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiBusinessObjectSource(
	string nameInSource,
	string name,
	string alias
)

Parameters

nameInSource
Type: SystemString
Name of business object.
name
Type: SystemString
Data Source name.
alias
Type: SystemString
Data Source alias.
See Also