ServerReport.HistoryId 屬性
取得或設定伺服器報表所用之報表記錄快照集的唯一識別碼。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<WebBrowsableAttribute(True)> _
Public Property HistoryId As String
[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)
屬性值
類型:String
string 值,包含伺服器報表所用之報表記錄快照集的唯一識別碼。