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.
See Also

Reference

PagesCollection Class
PagesCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum