Propriedade ServerReport.HistoryId
Gets or sets the unique identifier of the report history snapshot used for the server report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Property HistoryId As String
public string HistoryId { get; set; }
public:
property String^ HistoryId {
String^ get ();
void set (String^ value);
}
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.