Skip to main content



      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 09:58
Eclipse UserFriend
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: Sat Mar 15 09:44:51 EDT 2025

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

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

Back to the top