ActiveReports 18 .NET Edition
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 (SectionDocumentExtension)
    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 _
    ) 
    public static void CopyToClipboard( 
       SectionDocument doc,
       int firstPageIndex,
       int count
    )

    Parameters

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