IReportViewerMessages2.MessageBoxTitle 属性

获取报表查看器显示的消息框对话框的标题文本。

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

语法

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

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

属性值

类型:System.String
一个字符串,包含报表查看器显示的消息框对话框的标题文本。

请参阅

参考

IReportViewerMessages2 接口

Microsoft.Reporting.WinForms 命名空间