Home
Developing Analytics Applications
Custom Component doesn't render during separate task generation
Migrateduser
<p>Hello</p>
<p> </p>
<p>I've created custom component with functionaliti similar with ImageItem.</p>
<p>I've choose to extend <span style="font-family:georgia, serif;"> 'org.eclipse.birt.report.engine.extendedItemFactory' </span>which produce my own 'IReportItemExecutor'.</p>
<p> </p>
<p>Also I implemented 'org.eclipse.birt.report.engine.extension.IReportItemExecutor.execute()' method where 'IImageContent' is created.</p>
<p> </p>
<p>All works fine if I run report with RunAndRender task. </p>
<p>But if I put component in container (Grid 1x1) and run in the ReportViewer (separate tasks) I'll get empty page. </p>
<p>I get empty report only if my component in container.</p>
<p> </p>
<p>I already have no idea where to looking for</p>
<p> </p>
<p>Thanks</p>
Find more posts tagged with
Comments
There are no comments yet