ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / DisableSystemClipboard Property

In This Topic
    DisableSystemClipboard Property (ReportDesigner)
    In This Topic
    Gets or sets a value indicating whether to disable usage of the system clipboard.
    Syntax
    'Declaration
     
    Public Property DisableSystemClipboard As Boolean
    public bool DisableSystemClipboard {get; set;}

    Property Value

    A System.Boolean indicating if the system clipboard usage is disabled.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards. Copy-paste between designer instances will work only in the same browser in the same domain.
    See Also