The ClipboardHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
Copy |
Copies the current selection to the clipboard.
|
|
Cut |
Cuts the current selection to the clipboard, removing all selected fields from the report.
|
|
Delete |
Removes all selected fields from the report.
|
|
Paste |
Copies a collection of fields from the clipboard to the report,
adding them to the current section.
|
Properties
Name | Description | |
---|---|---|
CanCut |
Determines whether the current selection can be cut/copied to the clipboard
(returns true if there is at least one field selected).
|
|
CanPaste |
Determines whether the clipboard contains data that can be pasted into the report.
|