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

Parameters

report
Type: System..::.String
userState
Type: System..::.Object

See Also