FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / AuthenticationType Enumeration

In This Topic
    AuthenticationType Enumeration
    In This Topic
    Defines SSRS authentication types. These values correspond to Authentication section in rsreportserver.config file.
    Syntax
    'Declaration
     
    Public Enum AuthenticationType 
       Inherits System.Enum
    public enum AuthenticationType : System.Enum 
    Members
    MemberDescription
    BasicUse this setting if SSRS supports: RSWindowsBasic.
    NegotiateUse this setting if SSRS supports following autentication types: RSWindowsNegotiate, RSWindowsKerberos.
    NTLMUse this setting if SSRS supports: RSWindowsNTLM.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Ssrs.AuthenticationType

    See Also