ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / IDbConnectionProperties Interface / SetCredentials Method

In This Topic
    SetCredentials Method (IDbConnectionProperties)
    In This Topic
    Sets credentials.
    Syntax
    'Declaration
     
    Function SetCredentials( _
       ByVal userName As String, _
       ByVal password As String _
    ) As String
    string SetCredentials( 
       string userName,
       string password
    )

    Parameters

    userName
    password

    Return Value

    Connection string with credentials.
    See Also