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