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
    Get
    Set
'Utilizzo
Dim instance As ServerReport
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)

Valore proprietà

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

Vedere anche

Riferimento

ServerReport Classe

Spazio dei nomi Microsoft.Reporting.WinForms