ActiveReports 11
Item Property (EmbeddedImageCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImageCollection Class : Item Property
A zero-based Integer indicating the index of the EmbeddedImage to return or set.
Gets or sets a specific EmbeddedImage object in the EmbeddedImageCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As EmbeddedImage
public EmbeddedImage this[ 
   int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the EmbeddedImage to return or set.

Property Value

The EmbeddedImage object at the specified position.
See Also

Reference

EmbeddedImageCollection Class
EmbeddedImageCollection Members