ActiveReports Developer 7
ImageData Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > Image Class : ImageData Property

Glossary Item Box

Gets or sets the binary data associated with this image.

Syntax

Visual Basic (Declaration) 
Public Property ImageData As System.Byte()
C# 
public System.byte[] ImageData {get; set;}

See Also