DynamicReports defaults

<?xml version="1.0" encoding="UTF-8"?>
<DynamicReports>
	<!-- DEFAULT FONT -->
	<!--
	<font fontName="SansSerif" fontSize="10"/>
	-->
	
	<!-- DEFAULT DATA TYPES -->
	<!--
	<bigDecimalType pattern="#,##0.00#" horizontalAlignment="RIGHT"/>
	<bigIntegerType pattern="#,##0" horizontalAlignment="RIGHT"/>   
	<byteType pattern="#,##0" horizontalAlignment="RIGHT"/>
	<doubleType pattern="#,##0.#" horizontalAlignment="RIGHT"/>
	<floatType pattern="#,##0.#" horizontalAlignment="RIGHT"/>   
	<integerType pattern="#,##0" horizontalAlignment="RIGHT"/>
	<longType pattern="#,##0" horizontalAlignment="RIGHT"/>   
	<shortType pattern="#,##0" horizontalAlignment="RIGHT"/>
	<dateType pattern="MM/dd/yyyy" horizontalAlignment="RIGHT"/>
	<dateYearToMonthType pattern="MM/yyyy" horizontalAlignment="RIGHT"/>   
	<dateYearToHourType pattern="MM/dd/yyyy h a" horizontalAlignment="RIGHT"/>
	<dateYearToMinuteType pattern="MM/dd/yyyy h:mm a" horizontalAlignment="RIGHT"/>
	<dateYearToSecondType pattern="MM/dd/yyyy h:mm:ss a" horizontalAlignment="RIGHT"/>
	<dateYearToFractionType pattern="MM/dd/yyyy h:mm:ss,SSS a" horizontalAlignment="RIGHT"/>	
	<dateYearType pattern="yyyy" horizontalAlignment="RIGHT"/>
	<dateMonthType pattern="MMMM" horizontalAlignment="RIGHT"/> 
	<dateDayType pattern="dd" horizontalAlignment="RIGHT"/>  	   
	<timeHourToMinuteType pattern="h:mm a" horizontalAlignment="RIGHT"/>
	<timeHourToSecondType pattern="h:mm:ss a" horizontalAlignment="RIGHT"/>
	<timeHourToFractionType pattern="h:mm:ss,SSS a" horizontalAlignment="RIGHT"/>  
	<percentageType pattern="#,##0.00%" horizontalAlignment="RIGHT"/>
	<booleanType horizontalAlignment="CENTER"/>
	<characterType horizontalAlignment="LEFT"/>
	<stringType horizontalAlignment="LEFT"/>
	-->

	<!-- LOAD SYSTEM FONTS -->
	<!--
	<loadSystemFonts>true</loadSystemFonts>
	-->
</DynamicReports>
 

Latest News

  • Thu
    Jan
    25
    Changes in version 5.1.0 upgrade to JasperReports 6.5.1 removed xhtml and excelapi exporter removed thread safety...
  • Fri
    Jan
    27
    Changes in version 5.0.0 upgrade to JasperReports 6.4.0 upgrade to Java 1.7, DynamicReports is no longer compatibl...
  • Thu
    Jul
    28
    Changes in version 4.1.1 upgrade to JasperReports 6.2.2 added new types of component stretch type minor bug fixes...