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
String ,其中包含當報表的處理停止時,所要顯示的文字。