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

Syntax

C#
public void GetHtmlImageAsync(
	string executionId,
	string imageId,
	Object userState
)
Visual Basic (Declaration)
Public Sub GetHtmlImageAsync ( _
	executionId As String, _
	imageId As String, _
	userState As Object _
)
Visual C++
public:
void GetHtmlImageAsync(
	String^ executionId, 
	String^ imageId, 
	Object^ userState
)

Parameters

executionId
Type: System..::.String
imageId
Type: System..::.String
userState
Type: System..::.Object

See Also