Skip to main content

Gallery.CopyFrom(IEnumerable<GalleryItem>) Method

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

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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