Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / DataProvider Property

In This Topic
    DataProvider Property (DataSource)
    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 change that value to one of specific data source types, as automatic determination of the data source type may be very time consuming.
    Syntax
    'Declaration
     
    Public Property DataProvider As DataProvider
    public DataProvider DataProvider {get; set;}
    See Also