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