ActiveReports 10
Add Method (EmbeddedImageCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImageCollection Class : Add Method
The EmbeddedImage object to add to the collection.
Adds an EmbeddedImage object to the EmbeddedImageCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As EmbeddedImage _
) As Integer
public int Add( 
   EmbeddedImage value
)

Parameters

value
The EmbeddedImage object to add to the collection.

Return Value

A new  EmbeddedImage object.
See Also

Reference

EmbeddedImageCollection Class
EmbeddedImageCollection Members