ActiveReports Developer 7
ImageData Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImage Class : ImageData Property

Glossary Item Box

Gets or sets the Base-64 encoded image data.

Syntax

Visual Basic (Declaration) 
Public Property ImageData As System.String
C# 
public System.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