ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IFixedPagesCollection Interface : Item Property

pageIndex
The index of the page.

Glossary Item Box

Gets the IFixedPageContent object by the index in the collection.

Syntax

Visual Basic (Declaration) 
ReadOnly Default Property Item( _
   ByVal pageIndex As System.Integer _
) As IPage
C# 
IPage this[ 
   System.int pageIndex
]; {get;}

Parameters

pageIndex
The index of the page.

See Also