Proprietà DataSource.DataSourceReference

Gets or sets the path to a shared data source.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DataSourceReference As String 
    Get 
    Set
'Utilizzo
Dim instance As DataSource 
Dim value As String 

value = instance.DataSourceReference

instance.DataSourceReference = value
public string DataSourceReference { get; set; }
public:
property String^ DataSourceReference {
    String^ get ();
    void set (String^ value);
}
member DataSourceReference : string with get, set
function get DataSourceReference () : String 
function set DataSourceReference (value : String)

Valore proprietà

Tipo: System.String
A DataSourceReference object.

Vedere anche

Riferimento

DataSource Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel