Compresses a memory 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 byte[] CreatePackage(
	MemoryStream xamlStream
)
Visual Basic (Declaration)
Public Shared Function CreatePackage ( _
	xamlStream As MemoryStream _
) As Byte()
Visual C++
public:
static array<unsigned char>^ CreatePackage(
	MemoryStream^ xamlStream
)

Parameters

xamlStream
Type: System.IO..::.MemoryStream
A memory stream to compress.

Return Value

Compressed bytes array.

See Also