Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Add body as string into script file
Add body as string into script file [message #70698] Thu, 01 September 2005 13:31
Said is currently offline SaidFriend
Messages: 30
Registered: July 2009
Member
I’m using API to create rptdesign file, is there any idea how to add the
body as string into this file?
e.g. body:
“<body>
<table>
<property name="width">100%</property>
<property name="dataSet">DataSet</property>
<column/>
<header>
<row>
<cell>
<label>
<text-property
name="text">OMXEnvCd</text-property>
</label>
</cell>
</row>
</header>
<detail>
<row>
<cell>
<data>
<expression
name="valueExpr">row["OMXEnvCd"]</expression>
</data>
</cell>
</row>
</detail>
<footer>
<row>
<cell/>
</row>
</footer>
</table>
</body>”

Thanks,
Said
Previous Topic:Scripted Data Sources
Next Topic:Working with scripted data source
Goto Forum:
  


Current Time: Wed Sep 18 17:29:32 GMT 2024

Powered by FUDForum. Page generated in 0.02595 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top