ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / DbDataSource Class / SetCredentials Method

In This Topic
    SetCredentials Method (DbDataSource)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function SetCredentials( _
       ByVal userName As String, _
       ByVal password As String _
    ) As String
    public virtual string SetCredentials( 
       string userName,
       string password
    )

    Parameters

    userName
    password
    See Also