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

ReportGalleryExtension.SaveGalleryState(GalleryState) Method

Saves the state of the Report Gallery to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual void SaveGalleryState(
    GalleryState state
)

Parameters

Name Type Description
state GalleryState

An object that provides information about the Report Gallery state.

See Also