ServerReport.HistoryId Property

 

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

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public string HistoryId { get; set; }
public:
property String^ HistoryId {
    String^ get();
    void set(String^ value);
}
member HistoryId : string with get, set
Public Property HistoryId As String

Property Value

Type: System.String

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

See Also

ServerReport Class
Microsoft.Reporting.WinForms Namespace

Return to top