Freigeben über


IReportViewerMessages2.MessageBoxTitle-Eigenschaft

Ruft den Titeltext für die vom Berichts-Viewer angezeigte Meldung ab.

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

Syntax

'Declaration
ReadOnly Property MessageBoxTitle As String
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
Ein String mit dem Titeltext für die vom Berichts-Viewer angezeigte Meldung.

Siehe auch

Verweis

IReportViewerMessages2 Schnittstelle

Microsoft.Reporting.WinForms-Namespace