Skip to main content

DocumentViewerRemoteSourceSettings.AuthenticationType Property

Specifies the user authentication type that is appropriate to an assigned remote document source.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(AuthenticationType.None)]
public AuthenticationType AuthenticationType { get; set; }

Property Value

Type Default Description
AuthenticationType None

An AuthenticationType enumeration value.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AuthenticationType
Reporting ASPxDocumentViewer
.SettingsRemoteSource .AuthenticationType
ASP.NET MVC Extensions DocumentViewerSettings
.SettingsRemoteSource .AuthenticationType

Remarks

To assign a remote document source to the ASPxDocumentViewer control, specify the following properties of the DocumentViewerRemoteSourceSettings class.

  1. The DocumentViewerRemoteSourceSettings.AuthenticationType property.

  2. The DocumentViewerRemoteSourceSettings.ServerUri property.
See Also