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

ReportGalleryExtension.EnableSynchronization Property

Specifies whether to share a storage and enable synchronization with local Report Gallery instances.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public virtual bool EnableSynchronization { get; }

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.

See the following topics for more information:

See Also