ActiveReports 12
Add Method (EmbeddedImageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImageCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an EmbeddedImage object to the EmbeddedImageCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As EmbeddedImage _
) 
public void Add( 
   EmbeddedImage item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.

Return Value

A new  EmbeddedImage object.
See Also

Reference

EmbeddedImageCollection Class
EmbeddedImageCollection Members