获取或设置用于服务器报表的报表历史记录快照的唯一标识符。
命名空间: 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 值,该值包含用于服务器报表的报表历史记录快照的唯一标识符。