ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Image Class / ImageData Property

In This Topic
    ImageData Property (Image)
    In This Topic
    Gets or sets the binary data associated with this image.
    Syntax
    'Declaration
     
    Public Property ImageData As Byte()
    public byte[] ImageData {get; set;}

    Property Value

    A System.Byte array representing the image data.
    See Also