DataProvider propriété
The data processing extension to use.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DataProvider As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
A string value.