IReportViewerMessages2.PromptAreaErrorTitle 属性

获取在提示区域中发生错误时对话框的标题文本。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
ReadOnly Property PromptAreaErrorTitle As String
    Get
用法
Dim instance As IReportViewerMessages2
Dim value As String

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

属性值

类型:System.String
一个字符串,包含在提示区域中发生错误时对话框的标题文本。

请参阅

参考

IReportViewerMessages2 接口

Microsoft.Reporting.WinForms 命名空间