ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Image Class / Data Property

In This Topic
    Data Property (Image)
    In This Topic
    Gets a byte array containing the image data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Data As Byte()
    public byte[] Data {get;}
    See Also