ReportHistorySnapshot Class
Represents a report history snapshot.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | ReportHistorySnapshot() | Instantiates a new instance of a ReportHistorySnapshot class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A ReportHistorySnapshot object is returned as output by the ListReportHistory method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


