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

StorageSynchronizationMode Enum

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

public enum StorageSynchronizationMode

Members

Name Description
InterProcess

Synchronization is performed across processes.

InterThread

Synchronization is performed across threads.

Remarks

When using Web Farms or Garden, specify the synchronization mode for the Web Document Viewer‘s file storage using the UseFileDocumentStorage(String, StorageSynchronizationMode), UseFileExportedDocumentStorage(String, StorageSynchronizationMode) and UseFileReportStorage(String, StorageSynchronizationMode) methods in a .NET Framework application and the UseFileDocumentStorage(String, StorageSynchronizationMode), UseFileExportedDocumentStorage(String, StorageSynchronizationMode) and UseFileReportStorage(String, StorageSynchronizationMode) methods in a .NET Core application.

See Also