Поделиться через


Свойство ItemReferenceData.ReferenceType

Gets or sets the type of the referenced item.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property ReferenceType As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
The type of the referenced item.

См. также

Справочник

ItemReferenceData Класс

Пространство имен ReportService2010