ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / DisableSystemClipboard Property

In This Topic
    DisableSystemClipboard Property (DesignerSettings)
    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 Nullable(Of Boolean)
    public Nullable<bool> DisableSystemClipboard {get; set;}
    See Also