<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >IsShowPageBorder |
Indicates whether to show the page border.
Prototype :
bool IsShowPageBorder
(
No Arguments
)
Example :
if(This.IsShowPageBorder() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
OnBind