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

ReportGalleryExtension.SaveGalleryState(GalleryState) Method

Saves the Report Gallery state to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public virtual void SaveGalleryState(
    GalleryState state
)

Parameters

Name Type Description
state GalleryState

An object that provides information about the Report Gallery state.

Remarks

This method saves which Report Gallery’s nodes are expanded.

The TryLoadGalleryState allows you to restore node states.

See Also