Поделиться через


Свойство ReportHistorySnapshot.HistoryID

Gets or sets the ID of the report history snapshot.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property HistoryID As String 
    Get 
    Set
'Применение
Dim instance As ReportHistorySnapshot 
Dim value As String 

value = instance.HistoryID

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

Значение свойства

Тип: System.String
A String value that contains the ID of the report history snapshot.

См. также

Справочник

ReportHistorySnapshot Класс

Пространство имен ReportService2006