次の方法で共有


ServerReport.HistoryId プロパティ

 

発行: 2016年4月

サーバー レポートに使用するレポート履歴スナップショットの一意の識別子を取得または設定します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public string HistoryId { get; set; }
public:
property String^ HistoryId {
    String^ get();
    void set(String^ value);
}
member HistoryId : string with get, set
Public Property HistoryId As String

プロパティ値

Type: System.String

サーバー レポートに使用するレポート履歴スナップショットの一意の識別子を示す文字列値。

参照

ServerReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る