Share via


DataSourceCredentials Constructor (String, String)

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    userName As String, _
    password As String _
)
'Usage
Dim userName As String
Dim password As String

Dim instance As New DataSourceCredentials(userName, _
    password)
public DataSourceCredentials(
    string userName,
    string password
)
public:
DataSourceCredentials(
    String^ userName, 
    String^ password
)
new : 
        userName:string * 
        password:string -> DataSourceCredentials
public function DataSourceCredentials(
    userName : String, 
    password : String
)

Parameters