Ends the document data getting.

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#
DocumentInfo EndGetDocumentInfo(
	out ExceptionDetailBase ReportError,
	IAsyncResult result
)
Visual Basic (Declaration)
Function EndGetDocumentInfo ( _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase, _
	result As IAsyncResult _
) As DocumentInfo
Visual C++
DocumentInfo^ EndGetDocumentInfo(
	[OutAttribute] ExceptionDetailBase^% ReportError, 
	IAsyncResult^ result
)

See Also