Właściwość ExecutionInfo.HistoryID
Pobiera lub ustawia ciąg zawierający identyfikator historia, jeśli raport jest z migawka historia raportu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property HistoryID As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Uwagi
Ta właściwość jest pusta, jeśli raport nie jest z migawka historia raportu.