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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string DataProvider { get; set; }
Visual Basic
Public Property DataProvider As String
	Get
	Set

See Also