Back to Devexpress

StorageSynchronizationMode Enum

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-6a57db08.md

latest2.8 KB
Original Source

StorageSynchronizationMode Enum

Specifies a synchronization mode for the Web Document Viewer‘s file storage.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
public enum StorageSynchronizationMode
vb
Public Enum StorageSynchronizationMode

Members

NameDescription
InterProcess

Synchronization is performed across processes.

| | InterThread |

Synchronization is performed across threads.

|

Remarks

In a clustered web environment (Web Farms or Garden), use the following methods to specify synchronization mode for the Web Document Viewer‘s file storage:

Resource.NET Framework.NET
ReportUseFileReportStorageUseFileReportStorage
DocumentUseFileDocumentStorageUseFileDocumentStorage
Exported DocumentUseFileExportedDocumentStorageUseFileExportedDocumentStorage

See Also

DevExpress.XtraReports.Web.WebDocumentViewer Namespace