| 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
Syntaxpublic virtual StiDataSource GetParentDataSource(
	string relationName,
	bool allowRelationName = false
)
Public Overridable Function GetParentDataSource ( 
	relationName As String,
	Optional allowRelationName As Boolean = false
) As StiDataSource
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: 
StiDataSourceData Source.
 See Also
See Also