Partager via


Propriété IReportViewerMessages.UserNamePrompt

Fournit le texte de l'invite de nom d'utilisateur.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
ReadOnly Property UserNamePrompt As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Valeur de type string.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WinForms