Add a credentials.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void AddCredential( string dataSourceName, string userName, string password ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddCredential ( _ dataSourceName As String, _ userName As String, _ password As String _ ) |
| Visual C++ |
|---|
public: void AddCredential( String^ dataSourceName, String^ userName, String^ password ) |
Parameters
- dataSourceName
- Type: System..::.String
A data source name.
- userName
- Type: System..::.String
A user name.
- password
- Type: System..::.String
A password assotiated with the user.