Skip to main content

ReportGalleryDirectoryExtension.TryLoadGalleryState(out GalleryState) Method

Loads the Report Gallery state from the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override bool TryLoadGalleryState(
    out GalleryState state
)

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.

See Also