Index

Parameters

Sometimes you want to have a dynamic value entered for your report at run time. For example, you may want to input order date as an input parameter when running a report so that only orders on that date will be displayed. Typically, parameters are used as part of the query condition (search criteria) so that only records satisfying that parameter will be retrieved to become part of the report.

Reference Notes: For the usage of parameters, please refer to User's Guide | JReport Parameter and its Application.

Inserting a Parameter

There are three ways to insert a parameter:

Related Information:

User's Guide | Starting A Catalog | Setting Default Values for Objects

Creating and Editing a Parameter

Using Catalog Browser
To create a new parameter, on the Data tab, select the Parameter node, right-click and on the pop-up menu, click Add Parameter. To edit a parameter that already exists, right-click a parameter under the Parameters node, and then select Edit Parameter.

Using Resource Viewer
Select the Parameters node, right-click and on the pop-up menu click Add Parameter.

Using the Edit toolbar and Menu
Go to the Parameter tab in Insert DBField dialog. To create a new parameter, click New. To edit a parameter that already exists, select that parameter, and click Modify.

The Create Parameter dialog appears when you click the New button. If you click Modify, the caption of this dialog will be Edit Parameter and the Parameter Name field will be unchangeable.

For more information about parameters, refer to: User's Guide | JReport Parameter and its Application.

Draw Objects

Draw Objects allows you to draw arches, ovals, boxes, round boxes and lines in your report, or to insert labels and images into your report.

Index