Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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
The data processing extension to use.