Свойство Reference
Gets or sets the reference to a shared data source.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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 that contains the full qualified URL of a shared DataSource item including the file name and extension (.rsds or .odc).