ActiveReports 19 .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 object containing images embedded associated with the report.
    See Also