ReportHistorySnapshot Class

Represents a report history snapshot.

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

Remarks

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

Inheritance Hierarchy

System.Object
  ReportService2005.ReportHistorySnapshot

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.