다음을 통해 공유


Reference 속성

A reference to a shared data source.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
Public Property Reference As String
    Get
    Set
‘사용 방법
Dim instance As DataSourceReference
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
A String containing the full name of a shared DataSource item.