ActiveReports Developer 7
Stream Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageInfo Structure : Stream Property

Glossary Item Box

Gets the stream that contains the image data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Stream As System.IO.Stream
C# 
public System.IO.Stream Stream {get;}

See Also