<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >GetPageByIndex |
Gets the page object at the specified index.
Prototype :
object GetPageByIndex
(
integer PageIndex
)
Arguments :
PageIndex |
page index(One-Based Index) |
Example :
var objPage = ReportTemplate.GetPageByIndex(1);
Available Events :
OnCheckValidity, OnClick, OnEndBind, OnExternalEvent, OnFocus, OnKillFocus, OnLocationUpdated, OnResponse, OnValueChanged