다음을 통해 공유


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.