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 命名空间