Compartir a través de


ItemReferenceData.ReferenceType Propiedad

Gets or sets the type of the referenced item.

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

Sintaxis

'Declaración
Public Property ReferenceType As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ItemReferenceData Clase

Espacio de nombres ReportService2010