Método IReportViewerMessages2.CredentialMissingUserNameError
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 (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Function CredentialMissingUserNameError ( _
dataSourcePrompt As String _
) As String
string CredentialMissingUserNameError(
string dataSourcePrompt
)
String^ CredentialMissingUserNameError(
String^ dataSourcePrompt
)
abstract CredentialMissingUserNameError :
dataSourcePrompt:string -> string
function CredentialMissingUserNameError(
dataSourcePrompt : String
) : String
Parâmetros
- dataSourcePrompt
Tipo: String
The prompt value that identifies which data source is missing a value.
Valor de retorno
Tipo: String
Returns a String that contains the error text to display when the user name has not been supplied for the data source credentials.