Partilhar via


Propriedade ServerReport.HistoryId

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

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property HistoryId As String
[WebBrowsableAttribute(true)]
public string HistoryId { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ HistoryId {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member HistoryId : string with get, set
function get HistoryId () : String
function set HistoryId (value : String)

Valor de propriedade

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

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WebForms