ImageItemCollection Class
In This Article
A collection of ImageItem objects.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public class ImageItemCollection :
Collection<ImageItem>,
IDisposable,
IStringImageSourceProvider,
IStringImageProvider
#Related API Members
The following members return ImageItemCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Printing |
.NET Reporting Tools | Xtra |
#Remarks
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.
See Also