StiDataSourceGetChildDataSource Method |
Returns the child 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 GetChildDataSource(
string relationName
)
Public Overridable Function GetChildDataSource (
relationName As String
) As StiDataSource
Parameters
- relationName
- Type: SystemString
Relation name.
Return Value
Type:
StiDataSourceData Source.
See Also