Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ReportGalleryExtension.TryLoadGallery(out Gallery) Method

Loads the specified Report Gallery from the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public abstract 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.

#Remarks

See the ReportGalleryExtension class description for more information and examples.

See Also