All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ge.dynamicreports.dynamicreports-core.3.0.1.source-code.dynamicreports-defaults.xml Maven / Gradle / Ivy

Go to download

DynamicReports is an open source Java reporting library based on JasperReports. It allows to create dynamic report designs and it doesn't need a visual report designer. You can very quickly create reports and produce documents that can be displayed, printed or exported into many popular formats such as PDF, Excel, Word and others.

There is a newer version: 6.20.1
Show newest version
<?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"/>
	-->
</DynamicReports>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy