Click or drag to resize

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

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,
	StiDataSource parentSource,
	StiDataSource childSource,
	string[] parentColumns,
	string[] childColumns
)

Parameters

nameInSource
Type: SystemString
Name of relation in source.
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.
See Also