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

ReportGalleryDirectoryExtension.SaveGalleryState(GalleryState) Method

Saves the Report Gallery state to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public override void SaveGalleryState(
    GalleryState state
)

Parameters

Name Type Description
state GalleryState

An object that provides information about the Report Gallery state.

See Also