Partager via


Propriété ServerReport.HistoryId

Obtient ou définit l'identificateur unique de la capture instantanée d'historique de rapport utilisée pour le rapport de serveurs.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property HistoryId As String
    Get
    Set
'Utilisation
Dim instance As ServerReport
Dim value As String

value = instance.HistoryId

instance.HistoryId = value
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)

Valeur de propriété

Type : System.String
Valeur String contenant l'identificateur unique de la capture instantanée d'historique de rapport utilisée pour le rapport de serveurs.

Voir aussi

Référence

ServerReport Classe

Espace de noms Microsoft.Reporting.WinForms