FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FlexChartFieldBase Class / GetDataSource Method

In This Topic
    GetDataSource Method (FlexChartFieldBase)
    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
    protected DataSource GetDataSource()
    See Also