Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » how to access dataset defined in tabular-hierarchy(Eclipse Birt design)
how to access dataset defined in tabular-hierarchy [message #1801208] Tue, 15 January 2019 11:21 Go to next message
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" );

}
Re: how to access dataset defined in tabular-hierarchy [message #1801269 is a reply to message #1801208] Wed, 16 January 2019 05:04 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Is this a question about BIRT? Whatever technology you are using, look for that technology's specific home page at Eclipse and use that to determine where best to ask questions about it.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Not able to free object set to MPart
Next Topic:Plugin not working on latest Eclipse versions
Goto Forum:
  


Current Time: Thu Apr 25 16:08:41 GMT 2024

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

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

Back to the top