Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » how to access dataset defined in tabular-hierarchy(Eclipse Birt design)
how to access dataset defined in tabular-hierarchy [message #1801209] Tue, 15 January 2019 11:28
ali jawadi is currently offline ali jawadiFriend
Messages: 2
Registered: January 2019
Junior Member
need to dynamically changed the dataset defined in tabular hierarchy below , but not finding any way to do so

<tabular-hierarchy name="NewTabularHierarchy" id="6573">
<property name="dataSet">Dataset</property>
</tabular-hierarchy>

Tried below

ds1 = reportContext.getReportRunnable().designHandle.getDesignHandle().findElement("NewTabularHierarchy");



if( condition){


ds1.setProperty( "dataSet", "Dataset" );

}
Previous Topic:Show Data in One Excel Tab
Next Topic:Report parameter combo box not populating #2
Goto Forum:
  


Current Time: Thu Apr 25 11:11:27 GMT 2024

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

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

Back to the top