Difference between revisions of "Create a Basic iReport Template"

From IMSMA Wiki
Jump to: navigation, search
(XML and Preview Views)
Line 123: Line 123:
 
</div>.
 
</div>.
  
The Preview view runs the current version of the iReport template and generates an output file with the results of the report. This is useful for ensuring that the report is function as desired prior to importing into {IMSMANG}}. This is the primary method for running iReport templates within the iReport Designer.
+
The Preview view runs the current version of the iReport template and generates an output file with the results of the report. This is useful for ensuring that the report is function as desired prior to importing into {(IMSMANG}}. This is the primary method for running iReport templates within the iReport Designer.
 
<div align="center">
 
<div align="center">
 
[[Image:IReportPreview.png|center|500px|''Preview View'']]
 
[[Image:IReportPreview.png|center|500px|''Preview View'']]

Revision as of 13:37, 17 September 2013

Creating a Basic Report Using the Wizard

IMSMANG provides an iReport Wizard to help in the process of creating new iReport templates. To create an iReport template using the Wizard:

  1. From the File menu, select New....
  2. The iReport Wizard window displays.
  3. From the Report Templates list, select the template you would like to use for your report. Blank A4 or an IMSMA specific template are preferrable
Figure 1. iReport Wizard – Step 1

Figure 1. iReport Wizard – Step 1

  1. Click the Launch Report Wizard button.
  2. The window to name the report and file location displays.
Figure 2. iReport Wizard - Step 2

Figure 2. iReport Wizard - Step 2

  1. Select the desired Data Source for the report and choose Next
Figure 2. iReport Wizard - Step 3

Figure 3. iReport Wizard - Step 3

  1. Select the desired data fields for the report and choose Next
Figure 2. iReport Wizard - Step 4

Figure 4. iReport Wizard - Step 4


Table 2. iReport Wizard – Buttons for selecting fields
Button Description
IRepRA.png Includes the selected field in the report.
IRepDRA.png Includes data for all fields in the report.
IRepLA.png Removes the selected field from the report.
IRepDLA.png Indicates all fields from the report.
Note.jpg It is recommended to always include the guid field when designing a report
  1. Click the Next: The window to group the report data displays. The group by step allows you to list item records that have the same value for the selected group by field together in the report. If you would like to group the report data, select the attribute on which you would like to group the data from the Group list.
Figure 5. iReport Wizard - Step 5

Figure 5. iReport Wizard - Step 5

  1. Click the Next button and then Finish
  2. The Wizard is complete and the iReport template designer window is open. Depending on your selections your template will look different from the example below.


Figure 2. iReport Wizard - Final Step

Figure 6. iReport Wizard - Final Step

iReport Designer Orientation

Once your initial iReport template has been created you can begin adding data elements to the template, modifying the layout and formatting, and other aspects of modifying an iReport Template. Below is a brief orientation to the panes and functions available in the iReport Designer. If any of the panes or windows are unavailable they can be added back by selecting the Window menu.

iReport Panes

Report Inspector

The Report Inspector pane displays a hierarchical structure of the iReport template and provides access to the available fields, parameters, and variables as well as all formatting elements of the report. Each node can be expanded for more details about the elements contained in it.

Report Canvas

The middle area of the iReport Designer displays a graphical representation of the iReport template that corresponds to the hierarchical structure in the Report Inspector. In this pane you move elements around on the canvas as well as select individual elements for editing.

Properties Pane

This pane will display all of the properties of items selected in the Report Inspector or Report Canvas. The Properties Pane displays a context-senstive list of properties for any selected item for editing.

Palette

The Palette is the area where individual graphic elements can be selected and dragged onto the canvas. This includes subreports and crosstab elements.

Formatting Tools

The Formatting Tools pane provides access to various formatting functions designed to manage the size and space between elements on the report.

iReport Output

This pane displays any problems or output from the reports.

XML and Preview Views

In addition to the Designer View, iReport Designer provides 2 additional views, the XML View and the Preview. Using the XML View you can get an editable version of the .jrxml file created by iReport Designer. This is useful for troubleshooting specific problems with a report but is generally only for advanced users.

XML View

XML View

.

The Preview view runs the current version of the iReport template and generates an output file with the results of the report. This is useful for ensuring that the report is function as desired prior to importing into {(IMSMANG}}. This is the primary method for running iReport templates within the iReport Designer.

Preview View

Preview View

.

Template:NavBox HowTo use iReport