this.reportDesignName = ParameterAccessor.getReport( request, null );
}
this.reportDesignHandle = getDesignHandle( request );
if ( this.reportDesignHandle == null )
throw new ViewerException(
ResourceConstants.GENERAL_EXCEPTION_NO_REPORT_DESIGN );
// Initialize report parameters.
__initParameters( request );
}