ActiveReports Developer 7
EmbeddedImages Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : EmbeddedImages Property

Glossary Item Box

Gets a collection of the images embedded in the report.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property EmbeddedImages As EmbeddedImageCollection
C# 
public EmbeddedImageCollection EmbeddedImages {get;}

Property Value

An  EmbeddedImageCollection containing images embedded in the report.

See Also