ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / ICopySelectionService Interface / CopySelection Method

In This Topic
    CopySelection Method
    In This Topic
    Copies given selection into platform specific storage
    Syntax
    'Declaration
     
    Sub CopySelection( _
       ByVal selection As DocumentSelection _
    ) 
    void CopySelection( 
       DocumentSelection selection
    )

    Parameters

    selection
    See Also