Właściwość ReportHistorySnapshot.HistoryID
Pobiera lub ustawia identyfikator migawka historia raportu.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.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.