ServerReport.HistoryId Property
Gets or sets the unique identifier of the snapshot used for the server report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<CategoryAttribute("Misc")> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<WebBrowsableAttribute(True)> _
Public Property HistoryId As String
'Usage
Dim instance As ServerReport
Dim value As String
value = instance.HistoryId
instance.HistoryId = value
[CategoryAttribute("Misc")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[WebBrowsableAttribute(true)]
public string HistoryId { get; set; }
[CategoryAttribute(L"Misc")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(L"")]
[WebBrowsableAttribute(true)]
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 HistoryId.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WinForms Namespace