Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Column setProperty width doesn't work in xlsx output remotely
Column setProperty width doesn't work in xlsx output remotely [message #1797716] Mon, 05 November 2018 14:58
Arkady Paravozov is currently offline Arkady ParavozovFriend
Messages: 3
Registered: November 2018
Junior Member
Hello.
The code example below works properly locally, but when I push it to the master and try to use print remotely, it doesn't. Can anyone explain why?

	var table = reportContext.getDesignHandle().findElement("mainTable");
	table.setProperty("width", "19,0cm");
	var columns = table.getColumns();
	
	for (var i = 0; i < table.getColumnCount(); i++) {
		var column = columns.get(i);
		column.setProperty("width", "0,40cm");
	}
Previous Topic:column setProperty width doesn't work in xlsx output
Next Topic:Brainstorming - how to build a report based on 2 layouts
Goto Forum:
  


Current Time: Tue Mar 19 04:37:18 GMT 2024

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

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

Back to the top