ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / ICopySelectionService Interface / CopyToClipBoard Method

In This Topic
    CopyToClipBoard Method (ICopySelectionService)
    In This Topic
    Copies given text into clipboard
    Syntax
    'Declaration
     
    Sub CopyToClipBoard( _
       ByVal text As String _
    ) 
    void CopyToClipBoard( 
       string text
    )

    Parameters

    text
    See Also