Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to make Custom Report Item available Master Page pallete
qos
Hello,
I've developed a custom item,but it only appears in layout's palette, i need it to be available to add to master page footer.
How do I do that?... I already have "showInMasterPage" property as true ...
Thanks in advance
<extension
point="org.eclipse.birt.report.designer.ui.reportitemUI">
<model
extensionName="Certification Signature">
</model>
<palette
icon="icons/emblem-certified.png"></palette>
<editor
canResize="false"
menuLabel="Certification Signature"
showInDesigner="true"
showInMasterPage="true">
</editor>
<outline
icon="icons/emblem-certified.png">
</outline>
<reportItemLabelUI
class="certificationitem.impl.CertificationSignatureItemLabelUI">
</reportItemLabelUI>
</extension>
Find more posts tagged with
Comments
JasonW
This is currently disabled in the code. Can you open a bugzilla entry to get more information on why the code was commented out?
Jason
qos
<blockquote class='ipsBlockquote' data-author="'JasonW'" data-cid="85277" data-time="1321289730" data-date="14 November 2011 - 09:55 AM"><p>
This is currently disabled in the code. Can you open a bugzilla entry to get more information on why the code was commented out?<br />
<br />
Jason<br /></p></blockquote>
<br />
Thank you Jason! Will do that refering to your comment. <br />
<br />
(sorry for the late answer but forgot to "start watching" the topic and thought nobody answered it...)
qos
https://bugs.eclipse.org/bugs/show_bug.cgi?id=364570