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

Gallery.CopyFrom(IEnumerable<GalleryItem>) Method

Copies items from the specified collection to the current Gallery.Items collection.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void CopyFrom(
    IEnumerable<GalleryItem> items
)

Parameters

Name Type Description
items IEnumerable<GalleryItem>

A collection whose GalleryItem objects should be copied.

See Also