DataSourceReference.Reference 属性

A reference to a shared data source.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
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.

请参阅

参考

DataSourceReference 类

ReportService2005 命名空间