ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImageCollection Class : Remove Method

value

The EmbeddedImage  object to remove.

Glossary Item Box

Removes the specified EmbeddedImage object from the EmbeddedImageCollection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As EmbeddedImage _
) 
C# 
public void Remove( 
   EmbeddedImage value
)

Parameters

value

The EmbeddedImage  object to remove.

See Also