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

ReportGalleryDirectoryExtension.TryLoadGalleryState(out GalleryState) Method

Loads the Report Gallery state from the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.dll

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