Returns image from a document by image stream identificator.

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 GetHtmlImage(
	string executionId,
	string imageId
)
Visual Basic (Declaration)
Function GetHtmlImage ( _
	executionId As String, _
	imageId As String _
) As Stream
Visual C++
Stream^ GetHtmlImage(
	String^ executionId, 
	String^ imageId
)

Parameters

executionId
Type: System..::.String
Report identifier.
imageId
Type: System..::.String
The image identifier.

Return Value

Stream class.

See Also