The ClipboardHandler type exposes the following members.

Methods

  Name Description
Public method Copy
Copies the current selection to the clipboard.
Public method Cut
Cuts the current selection to the clipboard, removing all selected fields from the report.
Public method Delete
Removes all selected fields from the report.
Public method Paste
Copies a collection of fields from the clipboard to the report, adding them to the current section.

Properties

  Name Description
Public property CanCut
Determines whether the current selection can be cut/copied to the clipboard (returns true if there is at least one field selected).
Public property CanPaste
Determines whether the clipboard contains data that can be pasted into the report.

See Also