ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / EmbeddedImages Property

In This Topic
    EmbeddedImages Property
    In This Topic

    Gets a collection of the images embedded in the report.

    Syntax
    'Declaration
     
    Public ReadOnly Property EmbeddedImages As EmbeddedImageCollection
    public EmbeddedImageCollection EmbeddedImages {get;}

    Property Value

    An EmbeddedImageCollection containing images embedded in the report.

    See Also