Last Version

ReportingParent 8.10

This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.

License

License

Categories

Categories

Reporting Business Logic Libraries
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

ReportingParent
Version

Version

8.10
Type

Type

pom
Description

Description

ReportingParent
This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.
Project Organization

Project Organization

VectorPrint

Download ReportingParent 8.10

Filename Size
ReportingParent-8.10.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.vectorprint/ReportingParent/ -->
<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>ReportingParent</artifactId>
    <version>8.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ReportingParent/
implementation 'com.vectorprint:ReportingParent:8.10'
// https://jarcasting.com/artifacts/com.vectorprint/ReportingParent/
implementation ("com.vectorprint:ReportingParent:8.10")
'com.vectorprint:ReportingParent:pom:8.10'
<dependency org="com.vectorprint" name="ReportingParent" rev="8.10">
  <artifact name="ReportingParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ReportingParent', version='8.10')
)
libraryDependencies += "com.vectorprint" % "ReportingParent" % "8.10"
[com.vectorprint/ReportingParent "8.10"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ConfigurableReports
  • ReportjFreeChartSupport
  • ReportSVGSupport
  • ReportQrSupport