共用方式為


ServerReport.HistoryId 屬性

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

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

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property HistoryId As String
    Get
    Set
'用途
Dim instance As ServerReport
Dim value As String

value = instance.HistoryId

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

屬性值

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

請參閱

參考

ServerReport 類別

Microsoft.Reporting.WebForms 命名空間