Skip to main content



      Home
Home » Archived » BIRT » Add body as string into script file
Add body as string into script file [message #70698] Thu, 01 September 2005 09:31
Eclipse UserFriend
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: Sat May 10 16:13:28 EDT 2025

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

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

Back to the top