ReportGalleryExtension.TryLoadGalleryState(out GalleryState) Method
Loads the Report Gallery state from 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. |
Returns
Type | Description |
---|---|
Boolean | true, if the Report Gallery state has been successfully restored; otherwise, false. |
Remarks
This method restores which the Report Gallery’s nodes should be expanded.
The SaveGalleryState allows you to save node states to the storage.
See Also