[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider

StreamProvider Class

Base class for stream provider for rendering report extension outputs to a file.

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

Constructors

Name Description
StreamProvider()

Methods

Name Description
CleanUpOnError()

Performs the required clean up in case of a rendering error.

CreatePrimaryStream(string, string)

Returns GrapeCity.ActiveReports.Extensibility.IO.StreamInfo of the primary stream.

CreateSecondaryStream(string, string, string)

Returns GrapeCity.ActiveReports.Extensibility.IO.StreamInfo of the primary stream.

GetPrimaryStream()

Returns a GrapeCity.ActiveReports.Extensibility.IO.StreamInfo providing access to the primary stream.

GetSecondaryStreams()

Returns an array of GrapeCity.ActiveReports.Extensibility.IO.StreamInfo objects providing access to the secondary stream(s).

Extension Methods