ActiveReports Developer 7
GetRange Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : GetRange Method

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

Glossary Item Box

Returns a new collection of the specified number of pages starting with the specified index

Syntax

Visual Basic (Declaration) 
Public Function GetRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As PagesCollection
C# 
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