FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / LogonUserRequest Class / LogonUserRequest Constructor / LogonUserRequest Constructor(String,String,String)

In This Topic
    LogonUserRequest Constructor(String,String,String)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal userName As String, _
       ByVal password As String, _
       ByVal authority As String _
    )
    public LogonUserRequest( 
       string userName,
       string password,
       string authority
    )

    Parameters

    userName
    password
    authority
    See Also