Skip to main content

ReportGalleryDirectoryExtension.SaveGalleryState(GalleryState) Method

Saves the Report Gallery state to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v24.1.dll

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