Udostępnij za pośrednictwem


Właściwość ReportHistorySnapshot.HistoryID

Pobiera lub ustawia identyfikator migawka historia raportu.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property HistoryID As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera identyfikator migawka historia raportu.