private void initRootMarker() throws JRScriptletException {
try {
ViewProcessor vp = (ViewProcessor) getParameterValue(AnalysisProcessorImpl.REPORT_VIEWPROCESSOR_PARAM);
if (vp != null) {
Marker m = vp.getMarker(7);
rootMarker = m.getName();
}
} catch (RemoteException e) {
throw new JRScriptletException(e.getMessage(), e);
}
}