FlexReport for WinForms
DataProvider プロパティ (DataSource)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataSource クラス : 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.
シンタックス
'宣言
 
Public Property DataProvider As DataProvider
'使用法
 
Dim instance As DataSource
Dim value As DataProvider
 
instance.DataProvider = value
 
value = instance.DataProvider
public DataProvider DataProvider {get; set;}
参照

参照

DataSource クラス
DataSource メンバ