Click or drag to resize

StiDataSourceFetchChildRelations Method

Returns an enumeration of the child data relations for this data source.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public IEnumerable<IStiAppDataRelation> FetchChildRelations(
	bool activePreferred
)

Parameters

activePreferred
Type: SystemBoolean

[Missing <param name="activePreferred"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.FetchChildRelations(System.Boolean)"]

Return Value

Type: IEnumerableIStiAppDataRelation
The enumeration of the data relations.

Implements

IStiAppDataSourceFetchChildRelations(Boolean)
See Also