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.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property HistoryId As String
[WebBrowsableAttribute(true)]
public string HistoryId { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ HistoryId {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
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.