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
Declaration
public void CopyFrom(
IEnumerable<GalleryItem> items
)
Public Sub CopyFrom(
items As IEnumerable(Of GalleryItem)
)
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<GalleryItem> | A collection whose GalleryItem objects should be copied. |
See Also
Feedback