C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FlexChartField Class / GetDataSource Method

In This Topic
GetDataSource Method (FlexChartField)
In This Topic
Returns DataSource specified for this field in the DataSourceName property, returns null if DataSourceName is null or empty, throws an exception if DataSource with specified name not found.
Syntax
'Declaration
 
Protected Function GetDataSource() As DataSource
 
See Also