次の方法で共有


ReportViewer.CurrentStatus プロパティ

 

発行: 2016年4月

ReportViewer コントロールで現在実行できる操作、プロンプト領域の状態、および見出しマップ領域の状態を示す ReportViewerStatus オブジェクトを取得します。

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

構文

[BrowsableAttribute(false)]
public ReportViewerStatus CurrentStatus { get; }
public:
[BrowsableAttribute(false)]
property ReportViewerStatus^ CurrentStatus {
    ReportViewerStatus^ get();
}
[<BrowsableAttribute(false)>]
member CurrentStatus : ReportViewerStatus with get
<BrowsableAttribute(False)>
Public ReadOnly Property CurrentStatus As ReportViewerStatus

プロパティ値

Type: Microsoft.Reporting.WinForms.ReportViewerStatus

ReportViewerStatus オブジェクト。

解説

コントロールのステータスが変更された場合でも、このプロパティは常に同じ ReportViewerStatus オブジェクトのインスタンスを返します。

参照

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

トップに戻る