Classe ReportHistorySnapshot
Represents a report history snapshot.
Gerarchia di ereditarietà
System.Object
ReportService2005.ReportHistorySnapshot
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class ReportHistorySnapshot
'Utilizzo
Dim instance As ReportHistorySnapshot
public class ReportHistorySnapshot
public ref class ReportHistorySnapshot
type ReportHistorySnapshot = class end
public class ReportHistorySnapshot
Nel tipo ReportHistorySnapshot sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReportHistorySnapshot | Instantiates a new instance of a ReportHistorySnapshot class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
A ReportHistorySnapshot object is returned as output by the ListReportHistory method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.