ActiveReports 6 Online Help
CopyToClipboard Method

The zero-based starting page index.
The number of pages, copied to clipboard.
Copies the content of report document to clipboard as Text and RTF data.
Syntax
'Declaration
 
Public Sub CopyToClipboard( _
   ByVal firstPageIndex As Integer, _
   ByVal count As Integer _
) 
public void CopyToClipboard( 
   int firstPageIndex,
   int count
)

Parameters

firstPageIndex
The zero-based starting page index.
count
The number of pages, copied to clipboard.
Remarks
Note: The report document is available on clipboard as exported Text and RTF data.
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

Reference

Document Class
Document Members

Send Feedback