ComponentOne FlexReport for WinForms
DataProvider Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > DataSource Class : DataProvider Property
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

Reference

DataSource Class
DataSource Members