<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >IsMainScreen |
Indicates whether the environment in which the viewer is running is the main screen.
Prototype :
bool IsMainScreen
(
No Arguments
)
Reference :
Always returns true if not in a multi-screen environment.
Example :
if(ReportTemplate.IsMainScreen() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events