다음을 통해 공유


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.