FlexReport for WinForms
DataProvider 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : DataProvider 列挙体
Specifies the type of the data source. Different data sources use different connection string and query command syntaxes.
シンタックス
'宣言
 
Public Enum DataProvider 
   Inherits System.Enum
'使用法
 
Dim instance As DataProvider
public enum DataProvider : System.Enum 
メンバ
メンバ解説
Auto
The data source type is automatically determined base on connection string. Using this value is not recommended as connecting to the data source may be very slow.
DbProviderFactory
Specifies to use System.Data.Common.DbProviderFactory data source.
ExternalObject
Specifies that connection string is the name of an assembly that contains objects which implement the IC1FlexReportExternalRecordset interface.
ODBC
Specifies an ODBC data source.
OLEDB
Specifies an OLE DB data source.
SQLite
Specifies an SQLite data source.
SqlServerCe3_5
Specifies an SQL server compact edition version 3.5 data source.
SqlServerCe4_0
Specifies an SQL server compact edition version 4.0 data source.
XmlFile
Specifies that connection string is the name of an XML file containing a DataSet object.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.DataProvider

参照

参照

C1.Report 名前空間