StiDataSourceFetchParentRelations Method |
Returns an enumeration of the parent 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> FetchParentRelations(
bool activePreferred
)
Public Function FetchParentRelations (
activePreferred As Boolean
) As IEnumerable(Of IStiAppDataRelation)
Parameters
- activePreferred
- Type: SystemBoolean
[Missing <param name="activePreferred"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.FetchParentRelations(System.Boolean)"]
Return Value
Type:
IEnumerableIStiAppDataRelationThe enumeration of the data relations.
Implements
IStiAppDataSourceFetchParentRelations(Boolean)See Also