![JAR search and dependency download from the Maven repository](/logo.png)
ge.dynamicreports.dynamicreports.1.1.1.source-code.dynamicreports-defaults.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dynamicreports Show documentation
Show all versions of dynamicreports Show documentation
DynamicReports is a Java reporting library. The main benefit of this library is a dynamic report design and no need for a visual report designer.
You can very quickly create reports and produce documents which can be displayed, printed or exported to many popular formats such as PDF, Excel, Word and others.
<?xml version="1.0" encoding="UTF-8"?> <DynamicReports> <!-- DEFAULT FONT --> <!-- <font fontName="SansSerif" fontSize="10" pdfFontName="Helvetica" pdfEncoding="Cp1252" pdfEmbedded="false"/> --> <!-- 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 - 2025 Weber Informatics LLC | Privacy Policy