IReportViewerMessages2.ProcessingStopped プロパティ
発行: 2016年4月
レポートの処理が停止された場合に表示されるテキストを取得します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
string ProcessingStopped { get; }
property String^ ProcessingStopped {
String^ get();
}
abstract ProcessingStopped : string with get
ReadOnly Property ProcessingStopped As String
プロパティ値
Type: System.String
レポートの処理が停止された場合に表示されるテキストを表す文字列。
参照
IReportViewerMessages2 インターフェイス
Microsoft.Reporting.WinForms 名前空間
トップに戻る