ItemHistorySnapshot Class

Definition

Represents an item history snapshot.

public ref class ItemHistorySnapshot
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ItemHistorySnapshot
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ItemHistorySnapshot = class
Public Class ItemHistorySnapshot
Inheritance
ItemHistorySnapshot
Attributes

Remarks

A ItemHistorySnapshot object is returned as output by the ListItemHistory method.

Constructors

ItemHistorySnapshot()

Initializes a new instance of the ItemHistorySnapshot class.

Properties

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.

Applies to