ActiveReports 13
CopyToClipboard Method (SectionDocument)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class : CopyToClipboard Method
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 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.
See Also

Reference

SectionDocument Class
SectionDocument Members