다음을 통해 공유


DataSourceReference 속성

The path to a shared data source.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DataSourceReference As String
    Get
    Set
‘사용 방법
Dim instance As DataSource
Dim value As String

value = instance.DataSourceReference

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

속성 값

유형: System. . :: . .String
A DataSourceReference object.