Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.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