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

Syntax

C#
IAsyncResult BeginGetHtmlImage(
	string executionId,
	string imageId,
	AsyncCallback callback,
	Object asyncState
)
Visual Basic (Declaration)
Function BeginGetHtmlImage ( _
	executionId As String, _
	imageId As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
Visual C++
IAsyncResult^ BeginGetHtmlImage(
	String^ executionId, 
	String^ imageId, 
	AsyncCallback^ callback, 
	Object^ asyncState
)

Parameters

executionId
Type: System..::.String
imageId
Type: System..::.String
callback
Type: System..::.AsyncCallback
asyncState
Type: System..::.Object

See Also