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 命名空间