ReportGalleryExtension.EnableSynchronization Property
Specifies whether to share a storage and enable synchronization with local Report Gallery instances.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to share and synchronize the Report Gallery; otherwise, false. |
Remarks
Set the EnableSynchronization property to true to share your custom Report Gallery storage between multiple users. To avoid possible conflicts, the Report Gallery’s content is synchronized with the storage before a user changes gallery items (adds, deletes, moves, copies or renames).
Users can also use the Refresh toolbar button to explicitly synchronize gallery items with the storage.
The following dialog appears when a user tries to change an item that another user removed:
If the user clicks OK, the item is restored and addeed to the Restored folder.
Tip
Online Example: WinForms and WPF Report Designers - How to implement a custom Report Gallery storage
See the following topics for more information: