FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / DataSourceInfo Property

In This Topic
    DataSourceInfo Property
    In This Topic
    For internal use. Getting this property initially may take some time as it accesses the data source. After the first access the value is cached. You may first call the FetchDataSourceInfo method to pre-fetch the value.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSourceInfo As DataSourceInfo
    public DataSourceInfo DataSourceInfo {get;}
    See Also