Decompresses a stream to string

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 string UnpackErrorPackage(
	Stream stream
)
Visual Basic (Declaration)
Public Shared Function UnpackErrorPackage ( _
	stream As Stream _
) As String
Visual C++
public:
static String^ UnpackErrorPackage(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream
Stream to decompress

Return Value

Error message

See Also