ReportViewer.removeAdapters Method
Removes the given adapter from the canvas.
Parameters
- adapter
-
Type: Adapter
The adapter to remove.
- options
-
Type: Object - May be null
Extra options:
isRedo - [type="Boolean" default="false"] - true to indicate that this call is a result of a redo action
isUndo - [type="Boolean" default="false"] - true to indicate that this call is a result of an undo action
suppressEvent - [type="Boolean" default="false"] - True to suppress dundas.view.controls.CanvasAdapterConstants.adaptersChangedEventName event from firing