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.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Sintaxis
'Declaración
Public Property HistoryId As String
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)
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.