ActiveReports 8
CopyToClipBoard Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace > ICopySelectionService Interface : CopyToClipBoard Method

text

Glossary Item Box

Copies given text into clipboard

Syntax

Visual Basic (Declaration) 
Sub CopyToClipBoard( _
   ByVal text As System.String _
) 
C# 
void CopyToClipBoard( 
   System.string text
)

Parameters

text

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also