IReportViewerMessages2.CredentialMissingUserNameError Method (String)

 

Returns the error text to display when the user name has not been supplied for the data source credentials.

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

Syntax

string CredentialMissingUserNameError(
    string dataSourcePrompt
)
String^ CredentialMissingUserNameError(
    String^ dataSourcePrompt
)
abstract CredentialMissingUserNameError : 
        dataSourcePrompt:string -> string
Function CredentialMissingUserNameError (
    dataSourcePrompt As String
) As String

Parameters

  • dataSourcePrompt
    Type: System.String

    The prompt value that identifies which data source is missing a value.

Return Value

Type: System.String

Returns a String that contains the error text to display when the user name has not been supplied for the data source credentials.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top