ActiveReports 8
GetRange Method
See Also 
GrapeCity.ActiveReports.Document.v8 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.

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