ActiveReports 9
GetRange Method

Specifies the starting page index of the range.
The number of pages to be returned.
Returns a new collection of the specified number of pages starting with the specified index
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As PagesCollection
public PagesCollection GetRange( 
   System.int index,
   System.int count
)

Parameters

index
Specifies the starting page index of the range.
count
The number of pages to be returned.

Return Value

A collection of pages from the collection starting at the specified index.
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

PagesCollection Class
PagesCollection Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum