ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / Thumbnail Class / Data Property

In This Topic
    Data Property (Thumbnail)
    In This Topic
    Gets or sets the raw binary data of the thumbnail image.
    Syntax
    'Declaration
     
    Public Property Data As Byte()
    public byte[] Data {get; set;}

    Property Value

    An array of System.Byte representing the raw binary content of the thumbnail.
    See Also