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

ReportGalleryExtension.SaveGallery(Gallery) Method

Saves the specified Report Gallery to the storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public abstract void SaveGallery(
    Gallery gallery
)

Parameters

Name Type Description
gallery Gallery

An object that specifies the Report Gallery.

See Also