Compresses a memory stream to other stream.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void CreatePackage(
	MemoryStream xamlStream,
	Stream outStream
)
Visual Basic (Declaration)
Public Shared Sub CreatePackage ( _
	xamlStream As MemoryStream, _
	outStream As Stream _
)
Visual C++
public:
static void CreatePackage(
	MemoryStream^ xamlStream, 
	Stream^ outStream
)

Parameters

xamlStream
Type: System.IO..::.MemoryStream
A memory stream to compress.
outStream
Type: System.IO..::.Stream
The compressed stream.

See Also