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


Свойство ExecutionInfo.HistoryID

Gets or sets a string containing the history ID if the report is from a report history snapshot.

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

Синтаксис

'Декларация
Public Property HistoryID As String 
    Get 
    Set
'Применение
Dim instance As ExecutionInfo 
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.

Замечания

This property will be empty if the report is not from a report history snapshot.

См. также

Справочник

ExecutionInfo Класс

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