Click or drag to resize

StiDataSourceGetChildDataSource Method

Returns the child Data Source by the relation name.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual StiDataSource GetChildDataSource(
	string relationName
)

Parameters

relationName
Type: SystemString
Relation name.

Return Value

Type: StiDataSource
Data Source.
See Also