Свойство 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.