Returns image from a document.

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#
Stream GetImageStream(
	string id,
	string resourceId
)
Visual Basic (Declaration)
Function GetImageStream ( _
	id As String, _
	resourceId As String _
) As Stream
Visual C++
Stream^ GetImageStream(
	String^ id, 
	String^ resourceId
)

Parameters

id
Type: System..::.String
The document identifier.
resourceId
Type: System..::.String
The resource identifier.

Return Value

Stream class.

See Also