ServerReport.HistoryId Property
Gets or sets the unique identifier of the report history snapshot used for the server report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<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
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[WebBrowsableAttribute(true)]
public string HistoryId { get; set; }
[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 unique identifier of the report history snapshot used for the server report.
See Also
Reference
ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace