ItemReferenceData.Reference 属性

Gets or sets the fully qualified URL of the referenced item including the file name and, in SharePoint mode, the extension.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property Reference As String 
    Get 
    Set
用法
Dim instance As ItemReferenceData 
Dim value As String 

value = instance.Reference

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

属性值

类型:System.String
The fully qualified URL of the referenced item including the file name and, in SharePoint mode, the extension.

请参阅

参考

ItemReferenceData 类

ReportService2010 命名空间