ServerReport.HistoryId Property

Gets or sets the unique identifier of the report history snapshot used for the server report.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property HistoryId As String
'Usage
Dim instance As ServerReport
Dim value As String

value = instance.HistoryId

instance.HistoryId = value
[NotifyParentPropertyAttribute(true)] 
[DefaultValueAttribute("")] 
public string HistoryId { get; set; }
[NotifyParentPropertyAttribute(true)] 
[DefaultValueAttribute(L"")] 
public:
property String^ HistoryId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_HistoryId ()

/** @property */
public void set_HistoryId (String value)
public function get HistoryId () : String

public function set HistoryId (value : String)

Property Value

A String value containing the unique identifier of the report history snapshot used for the server report.

See Also

Reference

ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace