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
string MessageBoxTitle { get; }
property String^ MessageBoxTitle {
String^ get();
}
abstract MessageBoxTitle : string with get
ReadOnly Property MessageBoxTitle As String
Property Value
Type: System.String
A String that contains the title text for the message box dialog box displayed by the report viewer.
See Also
IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace
Return to top