Skip to main content
A newer version of this page is available. .

AuthenticationType Enum

Lists the values, specifying the supported user authentication types.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

public enum AuthenticationType

Members

Name Description
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.

Related API Members

The following properties accept/return AuthenticationType values:

Library Related API Members
Cross-Platform Class Library RemoteDocumentSource.AuthenticationType
Reporting DocumentViewerRemoteSourceSettings.AuthenticationType

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AuthenticationType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also