ItemHistorySnapshot Class
Represents an item history snapshot.
Assembly: ReportService2010 (in ReportService2010.dll)
Name | Description | |
---|---|---|
![]() | ItemHistorySnapshot() | Instantiates a new instance of a ItemHistorySnapshot class. |
Name | Description | |
---|---|---|
![]() | CreationDate | Gets or sets the date and time that the item history snapshot was added to the report server database. |
![]() | HistoryID | Gets or sets the ID of the item history snapshot. |
![]() | Size | Gets or sets the size, in bytes, of an item 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 ItemHistorySnapshot object is returned as output by the ListItemHistory 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: