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
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.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

Espacio de nombres Microsoft.Reporting.WebForms