Click or drag to resize

StiDataRowGetParentData Method

Returns StiDataRow by name of the parent relation.

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

Parameters

relation
Type: SystemString
Parent relation name.

Return Value

Type: StiDataRow
Parent StiDataRow.
See Also