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 RenderAsync(
	string id,
	Object userState
)
Visual Basic (Declaration)
Public Sub RenderAsync ( _
	id As String, _
	userState As Object _
)
Visual C++
public:
void RenderAsync(
	String^ id, 
	Object^ userState
)

Parameters

id
Type: System..::.String
userState
Type: System..::.Object

See Also