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

In This Topic
    SetCredentials Method (OleDBDataSource)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function SetCredentials( _
       ByVal userName As String, _
       ByVal password As String _
    ) As String
    public override string SetCredentials( 
       string userName,
       string password
    )

    Parameters

    userName
    password
    See Also