ActiveReports Developer 7
CopyToClipboard Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class : CopyToClipboard Method

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

Glossary Item Box

Exports the page(s) to Text and Rtf data and copies it to clipboard.

Syntax

Visual Basic (Declaration) 
Public Sub CopyToClipboard( _
   ByVal firstPageIndex As System.Integer, _
   ByVal count As System.Integer _
) 
C# 
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