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

In This Topic
    DataProvider Property
    In This Topic
    Gets or sets the type of the data source. The data source type determines the syntaxes of connection string and query (record source). The default is Auto but it is recommended that you set this value to the specific type of the data source you are using, as automatic determining of the data source type may be rather slow.
    Syntax
    'Declaration
     
    Public Property DataProvider As DataProvider
    public DataProvider DataProvider {get; set;}
    See Also