See Also

PagesCollection Class  | PagesCollection Members

Language

Visual Basic

C#

Show All

index
Specifies the starting page index of the range.
count
The number of pages to be returned.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

GetRange Method

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

[Visual Basic]
Public Function GetRange( _    ByVal index As Integer, _    ByVal count As Integer _ ) As PagesCollection
[C#]
public PagesCollection GetRange(    int index,    int count );

Parameters

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

Return Type

A collection of pages from the collection starting at the specified index.

See Also

PagesCollection Class  | PagesCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.