<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Band > SummaryBand > 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