Share via


IReportViewerMessages2.ProcessingStopped プロパティ

レポートの処理が停止された場合に表示されるテキストを取得します。

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

構文

'宣言
ReadOnly Property ProcessingStopped As String
    Get
'使用
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ProcessingStopped
string ProcessingStopped { get; }
property String^ ProcessingStopped {
    String^ get ();
}
abstract ProcessingStopped : string
function get ProcessingStopped () : String

プロパティ値

型: System.String
レポートの処理が停止された場合に表示されるテキストを表す文字列。

関連項目

参照

IReportViewerMessages2 インターフェイス

Microsoft.Reporting.WinForms 名前空間