ServerReport.HistoryId 属性
获取或设置用于服务器报表的报表历史记录快照的唯一标识符。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property HistoryId As String
Get
Set
用法
Dim instance As ServerReport
Dim value As String
value = instance.HistoryId
instance.HistoryId = value
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)
属性值
类型:System.String
一个 String 值,该值包含用于服务器报表的报表历史记录快照的唯一标识符。