Share via


IReportViewerMessages2.MessageBoxTitle Property

Gets the title text for the message box dialog box displayed by the report viewer.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
ReadOnly Property MessageBoxTitle As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.MessageBoxTitle
string MessageBoxTitle { get; }
property String^ MessageBoxTitle {
    String^ get ();
}
/** @property */
String get_MessageBoxTitle ()
function get MessageBoxTitle () : String

Property Value

A String that contains the title text for the message box dialog box displayed by the report viewer.

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace