IReportViewerMessages.UserNamePrompt Property

Provides the text for the user name prompt.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace