Proprietà ItemReferenceData.ReferenceType

Gets or sets the type of the referenced item.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property ReferenceType As String 
    Get 
    Set
'Utilizzo
Dim instance As ItemReferenceData 
Dim value As String 

value = instance.ReferenceType

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

Valore proprietà

Tipo: System.String
The type of the referenced item.

Vedere anche

Riferimento

ItemReferenceData Classe

Spazio dei nomi ReportService2010