Click or drag to resize

StiDataRelation Constructor (String, String, String, StiDataSource, StiDataSource, String, String, String, Boolean)

Creates a new object of the type StiRelation.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataRelation(
	string nameInSource,
	string name,
	string alias,
	StiDataSource parentSource,
	StiDataSource childSource,
	string[] parentColumns,
	string[] childColumns,
	string key,
	bool active
)

Parameters

nameInSource
Type: SystemString
Name of relation in source.
name
Type: SystemString
Name of relation.
alias
Type: SystemString
Alias of relation.
parentSource
Type: Stimulsoft.Report.DictionaryStiDataSource
Parent data source.
childSource
Type: Stimulsoft.Report.DictionaryStiDataSource
Child data source.
parentColumns
Type: SystemString
Columns parent.
childColumns
Type: SystemString
Columns child.
key
Type: SystemString
Key string.
active
Type: SystemBoolean
Is active relation.
See Also