DisableSystemClipboard Property (ReportDesigner)
In This Topic
Disable usage of system clipboard. Copy-paste between designer instances will work only in the same browser in the same domain.
Syntax
'Declaration
Public Property DisableSystemClipboard As Boolean
public bool DisableSystemClipboard {get; set;}
See Also