Compartir a través de


ServerReport.HistoryId (Propiedad)

Obtiene o establece el identificador único de la instantánea del historial de informes utilizada para el informe del servidor.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: String
Valor de tipo string que contiene el identificador único de la instantánea del historial de informes utilizada para el informe del servidor.

Vea también

Referencia

ServerReport Clase

Microsoft.Reporting.WebForms (Espacio de nombres)