Click or drag to resize

StiDataSourceGetParentDataSource Method

Returns the parent 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 GetParentDataSource(
	string relationName,
	bool allowRelationName = false
)

Parameters

relationName
Type: SystemString
Relation name.
allowRelationName (Optional)
Type: SystemBoolean

[Missing <param name="allowRelationName"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.GetParentDataSource(System.String,System.Boolean)"]

Return Value

Type: StiDataSource
Data Source.
See Also