ReportGalleryExtension.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
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