Gets the page at the specified index.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Page this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Page
Visual C++
public:
property Page^ default[int index] {
	Page^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also