Click or drag to resize

StiDataSourceExtParentRelationList Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Extensions.StiDataSourceExt.ParentRelationList(Stimulsoft.Report.Dictionary.StiDataSource,System.Boolean)"]

Namespace:  Stimulsoft.Report.Extensions
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static IEnumerable<StiDataRelation> ParentRelationList(
	this StiDataSource dataSource,
	bool activePreferred = false
)

Parameters

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource

[Missing <param name="dataSource"/> documentation for "M:Stimulsoft.Report.Extensions.StiDataSourceExt.ParentRelationList(Stimulsoft.Report.Dictionary.StiDataSource,System.Boolean)"]

activePreferred (Optional)
Type: SystemBoolean

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

Return Value

Type: IEnumerableStiDataRelation

[Missing <returns> documentation for "M:Stimulsoft.Report.Extensions.StiDataSourceExt.ParentRelationList(Stimulsoft.Report.Dictionary.StiDataSource,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StiDataSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also