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

Syntax

C#
PageInfo EndGetPageInfo(
	out ExceptionDetailBase ReportError,
	IAsyncResult result
)
Visual Basic (Declaration)
Function EndGetPageInfo ( _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase, _
	result As IAsyncResult _
) As PageInfo
Visual C++
PageInfo^ EndGetPageInfo(
	[OutAttribute] ExceptionDetailBase^% ReportError, 
	IAsyncResult^ result
)

See Also