<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > GroupHeaderBand > Method >GetEmptySpace |
Gets the height or with of available page space for a new band.
Prototype :
double GetEmptySpace
(
No Arguments
)
Reference :
Available page space do not include space for a page footer band and tail band.
Example :
_TraceLn(This.GetEmptySpace());
Available Events :
OnBind