ConnectionProperties.DataProvider Property
The data processing extension to use.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataProvider As String
Get
Set
'Usage
Dim instance As ConnectionProperties
Dim value As String
value = instance.DataProvider
instance.DataProvider = value
public string DataProvider { get; set; }
public:
property String^ DataProvider {
String^ get ();
void set (String^ value);
}
member DataProvider : string with get, set
function get DataProvider () : String
function set DataProvider (value : String)
Property Value
Type: System.String
A string value.