共用方式為


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 命名空間