[]
        
(Showing Draft Content)

C1.Report.DataSource.DataProvider

DataProvider Property

DataProvider

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.

Declaration
[Browsable(false)]
[C1Category("Data")]
[C1Description("DataSource.DataProvider", "The data source type. Auto is not recommended as it usually causes connecting to the data source to take longer.")]
public DataProvider DataProvider { get; set; }
<Browsable(False)>
<C1Category("Data")>
<C1Description("DataSource.DataProvider", "The data source type. Auto is not recommended as it usually causes connecting to the data source to take longer.")>
Public Property DataProvider As DataProvider