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#
public abstract Stream GetHtmlImage(
	string executionId,
	string imageId
)
Visual Basic (Declaration)
Public MustOverride Function GetHtmlImage ( _
	executionId As String, _
	imageId As String _
) As Stream
Visual C++
public:
virtual Stream^ GetHtmlImage(
	String^ executionId, 
	String^ imageId
) abstract

Parameters

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

Return Value

Stream class.

Implements

IReportServiceResources..::.GetHtmlImage(String, String)

See Also