Propriedade IReportViewerMessages2.MessageBoxTitle
Gets the title text for the message box dialog box displayed by the report viewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
ReadOnly Property MessageBoxTitle As String
string MessageBoxTitle { get; }
property String^ MessageBoxTitle {
String^ get ();
}
abstract MessageBoxTitle : string with get
function get MessageBoxTitle () : String
Valor de propriedade
Tipo: String
A String that contains the title text for the message box dialog box displayed by the report viewer.