Partager via


Propriété DataSourceReference.Reference

A reference to a shared data source.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Reference As String 
    Get 
    Set
'Utilisation
Dim instance As DataSourceReference 
Dim value As String 

value = instance.Reference

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

Valeur de propriété

Type : System.String
A String containing the full name of a shared DataSource item.

Voir aussi

Référence

DataSourceReference Classe

Espace de noms ReportService2005