corelibraries-devexpress-dot-xtraprinting-dot-drawing-497b63ec.md
A collection of ImageItem objects.
Namespace : DevExpress.XtraPrinting.Drawing
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class ImageItemCollection :
Collection<ImageItem>,
IDisposable,
IStringImageSourceProvider,
IStringImageProvider
Public Class ImageItemCollection
Inherits Collection(Of ImageItem)
Implements IDisposable,
IStringImageSourceProvider,
IStringImageProvider
The following members return ImageItemCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PrintingSystemBase.ImageResources |
| .NET Reporting Tools | XtraReport.ImageResources |
DevExpress Reporting uses image items to specify images by their ID in markuped text of label controls. Use a report’s ImageResources property to access the image item collection associated with this report.
Object Collection<ImageItem> ImageItemCollection
See Also