IReportViewerMessages.UserNamePrompt-Eigenschaft

Stellt den Text für die Aufforderung zur Eingabe des Benutzernamens bereit.

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

Syntax

'Declaration
ReadOnly Property UserNamePrompt As String
    Get
'Usage
Dim instance As IReportViewerMessages
Dim value As String

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

Eigenschaftswert

Typ: System.String
Ein string-Wert.

Siehe auch

Verweis

IReportViewerMessages Schnittstelle

Microsoft.Reporting.WinForms-Namespace