Back to Devexpress

AuthenticationType Enum

corelibraries-devexpress-dot-reportserver-dot-printing-4f0dd886.md

latest1.9 KB
Original Source

AuthenticationType Enum

Lists the values, specifying the supported user authentication types.

Namespace : DevExpress.ReportServer.Printing

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum AuthenticationType
vb
Public Enum AuthenticationType

Members

NameDescription
None

The remote document source is a custom WCF report service.

| | Windows |

The remote document source is a Report and Dashboard Server that supports the Windows authentication type.

| | Forms |

The remote document source is a Report and Dashboard Server that supports the Forms authentication type.

| | Guest |

The remote document source is a Report and Dashboard Server that supports the Guest authentication type.

|

The following properties accept/return AuthenticationType values:

Remarks

A AuthenticationType enumeration value is returned by the RemoteDocumentSource.AuthenticationType property.

See Also

DevExpress.ReportServer.Printing Namespace