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

Parameters

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

See Also