ReportGalleryExtension.TryLoadGallery(out Gallery) Method
In This Article
Loads the specified Report Gallery from the storage.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#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