Skip to main content

ReportGalleryDirectoryExtension.SaveGallery(Gallery) Method

Saves the specified Report Gallery to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override void SaveGallery(
    Gallery gallery
)

Parameters

Name Type Description
gallery Gallery

An object that specifies the Report Gallery.

See Also