MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win Namespace / SectionDocumentExtension Class / CopyToClipboard Method
The zero-based starting page index.
The number of pages copy to clipboard.

In This Topic
CopyToClipboard Method
In This Topic
Export the page(s) to Text and Rtf data, and copy it to clipboard.
Syntax
'Declaration
 
Public Shared Sub CopyToClipboard( _
   ByVal doc As SectionDocument, _
   ByVal firstPageIndex As Integer, _
   ByVal count As Integer _
) 
 

Parameters

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