Click or drag to resize

StiDataSourceGetParentData Method

Returns the parent row with data for the indicated relation.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataRow GetParentData(
	string relation
)

Parameters

relation
Type: SystemString
Relation name.

Return Value

Type: StiDataRow
Relation string.
See Also