ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / EmbeddedImage Class / ImageData Property

In This Topic
    ImageData Property (EmbeddedImage)
    In This Topic

    Gets or sets the Base-64 encoded image data.

    Syntax
    'Declaration
     
    Public Property ImageData As String
    public string ImageData {get; set;}

    Property Value

    A String indicating the Base-64 encoded image data.

    A String indicating the Base-64 encoded image data.

    See Also