Partilhar via


Propriedade do RDL ConnectionProperties.DataProvider

Gets or sets the data processing extension to use.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DataProvider As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The data processing extension to use.

Consulte também

Referência

ConnectionProperties Classe

Namespace Microsoft.ReportingServices.RdlObjectModel