Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ConnectionProperties Class / DataProvider Property

In This Topic
    DataProvider Property (ConnectionProperties)
    In This Topic
    Gets or sets the string defining the type of the data source (for example “SQL”, “OLEDB”, “OLEDB-MD”). This is the name of a registered data provider.
    Syntax
    'Declaration
     
    Public Property DataProvider As String
    public string DataProvider {get; set;}
    See Also