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

Syntax

C#
bool EndToggleItem(
	out ExceptionDetailBase reportError,
	IAsyncResult result
)
Visual Basic (Declaration)
Function EndToggleItem ( _
	<OutAttribute> ByRef reportError As ExceptionDetailBase, _
	result As IAsyncResult _
) As Boolean
Visual C++
bool EndToggleItem(
	[OutAttribute] ExceptionDetailBase^% reportError, 
	IAsyncResult^ result
)

See Also