[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamInfo

StreamInfo Class

Wraps info about streams. Used with StreamProvider to access streams.

Inheritance
StreamInfo
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.IO
Assembly: MESCIUS.ActiveReports.dll
Syntax
public abstract class StreamInfo

Constructors

Name Description
StreamInfo(Uri, string)

Initializes new instance of the StreamInfo

Properties

Name Description
MimeType

Returns MimeType of the underlying stream

Uri

Returns System.Uri of the underlying stream

Methods

Name Description
OpenStream()

Returns instance to the underlying Stream

Extension Methods