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
Get
Set
'Utilizzo
Dim instance As ServerReport
Dim value As String
value = instance.HistoryId
instance.HistoryId = value
[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: System.String
Valore string contenente l'identificatore univoco dello snapshot della cronologia dei rapporti utilizzato per il rapporto del server.