Skip to main content

ReportGalleryDirectoryExtension.TryLoadGallery(out Gallery) Method

Loads the specified Report Gallery from the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override bool TryLoadGallery(
    out Gallery gallery
)

Parameters

Name Type Description
gallery Gallery

An object that specifies the Report Gallery.

Returns

Type Description
Boolean

true, if the Report Gallery has been successfully restored; otherwise, false.

See Also