Clase ReportHistorySnapshot
Represents a report history snapshot.
Jerarquía de herencia
System.Object
ReportService2006.ReportHistorySnapshot
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class ReportHistorySnapshot
'Uso
Dim instance As ReportHistorySnapshot
public class ReportHistorySnapshot
public ref class ReportHistorySnapshot
type ReportHistorySnapshot = class end
public class ReportHistorySnapshot
El tipo ReportHistorySnapshot expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportHistorySnapshot | Initializes a new instance of the ReportHistorySnapshot class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
CreationDate | Gets or sets the date and time that the report history snapshot was added to the report server database. | |
HistoryID | Gets or sets the ID of the report history snapshot. | |
Size | Gets or sets the size, in bytes, of a report history snapshot. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.