ActiveReports 8
CopyToClipboard Method (SectionDocument)

The zero-based starting page index.
The number of pages, copied to clipboard.
Exports the page(s) to Text and Rtf data and copies it to clipboard.
Syntax
'Declaration
 
Public Sub CopyToClipboard( _
   ByVal firstPageIndex As System.Integer, _
   ByVal count As System.Integer _
) 
public void CopyToClipboard( 
   System.int firstPageIndex,
   System.int count
)

Parameters

firstPageIndex
The zero-based starting page index.
count
The number of pages, copied to clipboard.
See Also

Reference

SectionDocument Class
SectionDocument Members

Support Forum