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

DocumentViewerRemoteSourceSettings.TokenStorageMode Property

Specifies where to store the application’s cookie files.

Namespace: DevExpress.XtraReports.Web.DocumentViewer

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

Declaration

[DefaultValue(TokenStorageMode.Session)]
public TokenStorageMode TokenStorageMode { get; set; }

Property Value

Type Default Description
TokenStorageMode **Session**

A TokenStorageMode enumeration value.

Available values:

Name Description
Session

Identifies a session cookie storage.

Client

Identifies a client cookie storage.

Custom

Identifies a custom cookie storage.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TokenStorageMode
Reporting ASPxDocumentViewer
.SettingsRemoteSource.TokenStorageMode
ASP.NET Web Forms Controls DocumentViewerSettings
.SettingsRemoteSource.TokenStorageMode
MVCxDocumentViewer
.SettingsRemoteSource.TokenStorageMode
See Also