Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the error text to display when the user name has not been supplied for the data source credentials.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Function CredentialMissingUserNameError ( _
dataSourcePrompt As String _
) As String
'Usage
Dim instance As IReportViewerMessages2
Dim dataSourcePrompt As String
Dim returnValue As String
returnValue = instance.CredentialMissingUserNameError(dataSourcePrompt)
string CredentialMissingUserNameError (
string dataSourcePrompt
)
String^ CredentialMissingUserNameError (
String^ dataSourcePrompt
)
String CredentialMissingUserNameError (
String dataSourcePrompt
)
function CredentialMissingUserNameError (
dataSourcePrompt : String
) : String
Parameters
- dataSourcePrompt
The prompt value that identifies which data source is missing a value.
Return Value
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
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace