Specifies a synchronization mode for the Web Document Viewer's file storage.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v19.2.Web.dll
public enum StorageSynchronizationMode
Public Enum StorageSynchronizationMode
Synchronization is performed across processes.
Synchronization is performed across threads.
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.