ReportHistorySnapshot Class

Represents a report history snapshot.

Inheritance Hierarchy

System.Object
  ReportService2005.ReportHistorySnapshot

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportHistorySnapshot
'Usage
Dim instance As ReportHistorySnapshot
[SerializableAttribute]
public class ReportHistorySnapshot
[SerializableAttribute]
public ref class ReportHistorySnapshot
[<SerializableAttribute>]
type ReportHistorySnapshot =  class end
public class ReportHistorySnapshot

The ReportHistorySnapshot type exposes the following members.

Constructors

  Name Description
Public method ReportHistorySnapshot Instantiates a new instance of a ReportHistorySnapshot class.

Top

Properties

  Name Description
Public property CreationDate Gets or sets the date and time that the report history snapshot was added to the report server database.
Public property HistoryID Gets or sets the ID of the report history snapshot.
Public property Size Gets or sets the size, in bytes, of a report history snapshot.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference