Requests getting of the report information.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Parameters

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

See Also