共用方式為


ServerReport.HistoryId 屬性

取得或設定伺服器報表所用之報表記錄快照集的唯一識別碼。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
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)

屬性值

類型:String
String 值,包含伺服器報表所用之報表記錄快照集的唯一識別碼。

請參閱

參考

ServerReport 類別

Microsoft.Reporting.WinForms 命名空間