C1.C1Report Namespace : DataProvider Enumeration |
'Declaration Public Enum DataProvider Inherits System.Enum
public enum DataProvider : System.Enum
Member | Description |
---|---|
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. |
ExternalObject | Specifies that connection string is the name of an assembly that contains objects which implement the IC1ReportExternalRecordset interface. |
ODBC | Specifies an ODBC data source. |
OLEDB | Specifies an OLE DB 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.C1Report.DataProvider
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2