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.