FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / LogonUser Method

In This Topic
    LogonUser Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function LogonUser( _
       ByVal userName As String, _
       ByVal password As String, _
       ByVal authority As String _
    ) As ServerInfoHeader
    public ServerInfoHeader LogonUser( 
       string userName,
       string password,
       string authority
    )

    Parameters

    userName
    password
    authority
    See Also