[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.SqlDBDataSource.SetCredentials

SetCredentials Method

SetCredentials(string, string)

Sets the credentials for the connection string.

Declaration
public override string SetCredentials(string userName, string password)
Parameters
Type Name Description
string userName

The user name.

string password

The password.

Returns
Type Description
string

The updated connection string with credentials applied.

Overrides