Hello,
I wantto duplicate all elements of detail band and move those duplicated
zone.
At this time I can get all element ofthis band :
-------------------------------
JRDesignBand jrdb = (JRDesignBand)jd.getDetail();
JRDesignElement[] jrde = jRElement2JRDesignElement(jrdb.getElements());
-------------------------------
How can I duplicated JRDesignElement I can't find public constructor nor static constructor ?
thanks
--
yves piel
|