Compartir a través de


ItemReference.Reference Propiedad

The fully qualified URL of the referenced item including the file name (and extension in SharePoint mode).

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Reference As String 
    Get 
    Set
'Uso
Dim instance As ItemReference 
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 de la propiedad

Tipo: System.String

Vea también

Referencia

ItemReference Clase

Espacio de nombres ReportService2010