Condividi tramite


Proprietà IReportViewerMessages.UserNamePrompt

Testo del messaggio di richiesta del nome utente.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
ReadOnly Property UserNamePrompt As String
'Utilizzo
Dim instance As IReportViewerMessages
Dim value As String

value = instance.UserNamePrompt
string UserNamePrompt { get; }
String^ UserNamePrompt {
    String^ get ();
}
/** @property */
String get_UserNamePrompt ()
function get UserNamePrompt () : String

Valore proprietà

Valore stringa.

Vedere anche

Riferimento

Interfaccia IReportViewerMessages
Membri IReportViewerMessages
Spazio dei nomi Microsoft.Reporting.WebForms