Toggles the show/hide item in a report.

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

Syntax

C#
public abstract bool ToggleItem(
	string id,
	string elementId,
	out ExceptionDetailBase reportError
)
Visual Basic (Declaration)
Public MustOverride Function ToggleItem ( _
	id As String, _
	elementId As String, _
	<OutAttribute> ByRef reportError As ExceptionDetailBase _
) As Boolean
Visual C++
public:
virtual bool ToggleItem(
	String^ id, 
	String^ elementId, 
	[OutAttribute] ExceptionDetailBase^% reportError
) abstract

Parameters

id
Type: System..::.String
Report identifier./
elementId
Type: System..::.String
The element identifier to specify toggle item action.
reportError
Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.ExceptionDetailBase %
ExceptionDetailBase class.

Return Value

A Boolean value indicating whether the item was found.

Implements

IReportService..::.ToggleItem(String, String, ExceptionDetailBase%)

See Also