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

Syntax

C#
byte[] EndGetImageStream(
	IAsyncResult result
)
Visual Basic (Declaration)
Function EndGetImageStream ( _
	result As IAsyncResult _
) As Byte()
Visual C++
array<unsigned char>^ EndGetImageStream(
	IAsyncResult^ result
)

Parameters

result
Type: System..::.IAsyncResult

See Also