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)
Value of TextItemHandle
akao
Hi everybody !
I have an problem with an TextItemHandle.
I use an TextItemHandle to show text (autoTextPage), but when i want have my value in a variable, the value is : frefdsfds@75059
This is my code :
TextItemHandle numFicheClient = efactory.newTextItem("toto");
numFicheClient.setContentType(
DesignChoiceConstants.TEXT_CONTENT_TYPE_HTML );
numFicheClient.setContent("<value-of>pageNumber</value-of>");
System.out.println(numFicheClient.getContent());
Can you help me ?
Thanks
Find more posts tagged with
Comments
Virgil Dodson
Hi akao,<br />
<br />
Does the finished report display properly otherwise? Also, did you try getDisplayContent()?<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/documentation/BIRT_220/EngineJavadoc/model/api/org/eclipse/birt/report/model/api/TextItemHandle.html'>TextItemHandle
(BIRT Model API - Provisional)</a>