Toggles the show/hide item in a report.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override bool ToggleItem( string id, string elementId, out ExceptionDetailBase reportError ) |
Visual Basic (Declaration) |
---|
Public Overrides 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 ) override |
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.