Condividi tramite


Proprietà ServerReport.HistoryId

Recupera o imposta l'identificatore univoco dello snapshot della cronologia dei rapporti utilizzato per il rapporto del server.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Property HistoryId As String
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)

Valore proprietà

Tipo: String
Valore String contenente l'identificatore univoco dello snapshot della cronologia dei rapporti utilizzato per il rapporto del server.

Vedere anche

Riferimenti

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms