DynamicReport firstDynaRep = new DynamicReport(); firstDynaRep.setTemplateFileName("./landscape.jrxml"); firstDynaRep = firstReport.build();
DynamicReport not taking it as a template. So the width of the page is not increased. So is there any way to increase the width of the page in dynamicjasper report because i want the report in landscape orientation.