Compartir a través de


Clase ReportHistorySnapshot

Represents a report history snapshot.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005..::..ReportHistorySnapshot

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ReportHistorySnapshot
'Uso
Dim instance As ReportHistorySnapshot
[SerializableAttribute]
public class ReportHistorySnapshot
[SerializableAttribute]
public ref class ReportHistorySnapshot
[<SerializableAttribute>]
type ReportHistorySnapshot =  class end
public class ReportHistorySnapshot

El tipo ReportHistorySnapshot expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReportHistorySnapshot Instantiates a new instance of a ReportHistorySnapshot class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CreationDate Gets or sets the date and time that the report history snapshot was added to the report server database.
Propiedad pública HistoryID Gets or sets the ID of the report history snapshot.
Propiedad pública Size Gets or sets the size, in bytes, of a report history snapshot.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

A ReportHistorySnapshot object is returned as output by the ListReportHistory method.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia