mantisa

Comments

  • Hi, I have solved this problem by my self. For example, this code resizes the chart to a half: ReportDesignHandle reportHandle = (ReportDesignHandle) runnable.getDesignHandle(); ReportItemHandle handle = (ReportItemHandle) reportHandle.findElement("NewChart"); ExtendedItemHandle eHandle = (ExtendedItemHandle) handle;…
Default Avatar