ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Data Namespace / DbConnectionAdapter Class / SetCredentials Method

In This Topic
    SetCredentials Method (DbConnectionAdapter)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetCredentials( _
       ByVal connection As DbConnection, _
       ByVal userName As String, _
       ByVal password As String _
    ) 
    public virtual void SetCredentials( 
       DbConnection connection,
       string userName,
       string password
    )

    Parameters

    connection
    userName
    password
    See Also