[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IO.MemoryStreamProvider

MemoryStreamProvider Class

Represents a stream provider that draws the output of an extension to a memory stream.

Inheritance
MemoryStreamProvider
Namespace: GrapeCity.ActiveReports.Rendering.IO
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class MemoryStreamProvider : StreamProvider

Constructors

Name Description
MemoryStreamProvider()

Initializes a new instance of the MemoryStreamProvider class.

Properties

Name Description
StreamBaseName

Defines stream uri prefix.

Methods

Name Description
CreatePrimaryStream(string, string)

Creates the primary stream.

CreateSecondaryStream(string, string, string)

Creates the secondary stream.

GetPrimaryStream()

Gets the primary stream.

GetSecondaryStreams()

Gets the secondary streams.

GetStreamUri(string)

Generates unique stream URI which is used to address linked resource

Extension Methods