Gallery.CopyFrom(IEnumerable<GalleryItem>) Method
In This Article
Copies items from the specified collection to the current Gallery.Items collection.
Namespace: DevExpress.XtraReports.ReportGallery
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public void CopyFrom(
IEnumerable<GalleryItem> items
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Gallery |
A collection whose Gallery |
See Also