Skip to main content

Index: iReport



iReport for Java
------------------------------------------------------------
Titles and Headers
------------------------------------------------------------
Post 1: iReport: Downloading, installing, and running JasperReports and iReport
Post 2: iReport: Creating your first "Hello World" report 
Post 3: iReport: Understanding iReport Elements
Post 4: iReport: Creating and sizing the title for your report
Post 5: iReport: Inserting a company logo in the title of your report 
Post 6: iReport: Installation of PostgreSQL
Post 7:
iReport: Creating a report from relational data
Post 8:
iReport: Using dynamic titles that can change during report processing.
Post 9:
iReport: Adding a simple header to your report

Post 10: iReport: Setting margins for your report and aligning the report header relative to report margins 
------------------------------------------------------------
Body and Footer
------------------------------------------------------------
Post 11: iReport: Displaying a field along with its label in the body of your report and handling null values 
Post 12: iReport: Creating a simple table of records along  with labels for each column  
Post 13: iReport: Inserting a heading for a group of records 
Post 14: iReport:Using parameters to filter records during report processing 
Post 15: iReport: Implementing groups within groups — a  nested hierarchy
Post 16: iReport: Adding a simple footer to your report 
Post 17: iReport: Displaying general information or summary  at the end of your report
------------------------------------------------------------
Look and Feel
------------------------------------------------------------
  coming soon

------------------------------------------------------------
Data Sources
------------------------------------------------------------
 coming soon
------------------------------------------------------------
Multi-Page
------------------------------------------------------------
  coming soon
------------------------------------------------------------
Multi-Column
------------------------------------------------------------
   coming soon
-----------------------------------------------------------
Summary Report, Crosstabs, and Graphs 
------------------------------------------------------------
   coming soon

------------------------------------------------------------
Java Wrappers for your JasperReports
 ------------------------------------------------------------

   coming soon

------------------------------------------------------------

Post 1: iReport for Java  : Understanding iReport Elements
Post 2: iReport for Java : Building Your First iReport    
Post 3: iReport for Java : Datasets and Table component in Jasper Reports
------------------------------------------------------------

Comments

Popular posts from this blog

Index: JSF

Java Server Faces Basics Post 1: JSF : Introduction to JSF  Post 2: JSF:  configuration files  Post 3: JSF: Installation Post 4: JSF: Your first JSF project   Standard JSF Tags Post 1: JSF: textbox example Post 2: JSF: password example Post 3: JSF: textarea example JSF 2 GraphicImage Example Post 4: JSF: GraphicImage Example Post 101 : JSF : The valueChangeListener Attribute Example