this.setClosable(true);
this.setHeight("100%");
this.setWidth("80%");
this.addEventListener("onClose", new OnCloseReportEventListener());
this.report = new Jasperreport();
this.report.setId("jasperReportId");
this.report.setSrc(this.reportPathName);
this.report.setParameters(this.reportParams);
this.report.setDatasource(this.ds);
this.report.setType(this.type);