FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / LogonUserAsync Method / LogonUserAsync(String,String,String) Method

In This Topic
    LogonUserAsync(String,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub LogonUserAsync( _
       ByVal userName As String, _
       ByVal password As String, _
       ByVal authority As String _
    ) 
    public void LogonUserAsync( 
       string userName,
       string password,
       string authority
    )

    Parameters

    userName
    password
    authority
    See Also