サーバー レポートに使用するレポート履歴スナップショットの一意の識別子を取得または設定します。
名前空間: 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
サーバー レポートに使用するレポート履歴スナップショットの一意の識別子を示す文字列値。