共用方式為


DataSource.DataSourceReference 屬性

Gets or sets 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.

請參閱

參考

DataSource 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間