Compartilhar via


Propriedade do RDL DataSourceReference.Reference

Gets or sets reference to a shared data source in a SharePoint library.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

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

Valor da propriedade

Tipo: System.String
A String that contains the full qualified URL of a shared DataSource item including the file name and extension (.rsds or .odc).

Consulte também

Referência

DataSourceReference Classe

Namespace ReportService2006