ActiveReports 9
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SectionDocument Class
SectionDocument Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum