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.v24.1.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 |
---|---|---|
ASP.NET MVC Extensions | DocumentViewerSettings |
|
.NET Reporting Tools | ASPxDocumentViewer |
|
Remarks
To assign a remote document source to the ASPxDocumentViewer control, specify the following properties of the DocumentViewerRemoteSourceSettings class.
The
DocumentViewerRemoteSourceSettings.AuthenticationType
property.- to connect to a Report and Dashboard Server, set this property to “Windows“, “User“ or “Guest“ and specify the DocumentViewerRemoteSourceSettings.ReportId property;
- to connect to a custom WCF report service, set this property to “None“ and specify the DocumentViewerRemoteSourceSettings.ReportTypeName property.
- The DocumentViewerRemoteSourceSettings.ServerUri property.