BackPrevious Page Next PageNext

Changing the Display Type of a Label

For labels in a page report that is created using query resources, their display type can be changed, that is to say, you can map the labels to other values or images to be displayed instead.

JReport provides 13 kinds of display types: text, image, barcode, rank, text field, hidden field, text area, checkbox, radio button, image button, button, list, and drop-down list. In a web report and library component the only display type is Text where you are able to add a Tool Tip.

To change the display type of a label:

  1. Right-click the label and select Display Type to open the Display Type dialog.
  2. In the Display As box, select the required type.
  3. Set the options for the selected type in the Web Options panel.
  4. Click the OK button to close the dialog.

A label can be displayed as one of the following general types:

As text

As image

As barcode

As rank

The display type of a label can also be changed to a web control, including text field, password, text area, checkbox, radio button, image button, and button. A label cannot be displayed as list or drop-down list. For details about how to make settings of these display types, see Using Basic Web Controls.

As text

To define the display type of a label as text, follow the steps below:

  1. Right-click the label and select Display Type from the shortcut menu to open the Display Type dialog.
  2. In the Display As box, select Text.

    Display Type dialog - Text

  3. In the Web Options panel, if you want to specify a tooltip for the text, uncheck the Auto option, then in the Tool Tip field, enter the tip you want to show for the text. Then at server runtime or in HTML results, when you hover the mouse over the text, the tooltip will be displayed. If you want to use a formula to control the tip, click Formula button and select a formula from the drop-down list. You can also click the <NEW FORMULA...> item in the list to create one as required. If the label is in a crosstab, you can also use a crosstab formula created in the crosstab to control the tooltip, or click <CREATE CROSSTAB FORMULA> to create one.

    When the Auto option is checked, the tooltip cannot be customized. Then at server runtime or in HTML results, when the text cannot be fully displayed, you can hover the mouse over the text to get its full content in the tooltip.

  4. If needed, bind web actions to the label in the Web Behaviors box.
  5. Upon finishing, click the OK button to close the dialog.

As image

To define the display type of a label as image, follow the steps below:

  1. Right-click the label and select Display Type from the shortcut menu to open the Display Type dialog.
  2. In the Display As box, select Image.

    Display Type dialog - Image

  3. In the Web Options panel, click the Browse button to specify the image source. If you want to use a formula to control the image source, click Formula button and select a formula from the drop-down list. You can also click the <NEW FORMULA...> item in the list to create one as required. If the label is in a crosstab, you can also use a crosstab formula created in the crosstab to control the image source, or click <CREATE CROSSTAB FORMULA> to create one.

    For a DBField, formula, or a summary, you can also check the From DBField radio button to make the value of the DBField/formula/summary the image source. If you choose this option, the Decode Type drop-down list is enabled, from which you can specify the type for decoding the image.

  4. Type the name of the image in the Name field, or use a formula to control the name.
  5. Type a string in the Alternate Text field to serve as content when the image cannot be displayed, or use a formula to control the alternate text.
  6. In the Tool Tip field, enter the tip you want to show for the image or use a formula to control the tooltip. Then at server runtime or in HTML results, when you hover the mouse over the image, the tooltip will be displayed.
  7. Specify the scaling mode of the image from the Scaling Mode drop-down list, and the maximum scaling ratio in the Max Ratio field. By default the scaling ratio of the image is not limited.

    The following are the available scaling modes:

  8. Specify the size of the image.
  9. Specify the rotation degree of the image in the Rotation field.
  10. If needed, bind web actions to the label in the Web Behaviors box.
  11. Upon finishing, click the OK button to close the dialog.

As barcode

A barcode can also be inserted into a report as a component. For details, see the section Barcodes.

To define the display type of a label as barcode, follow the steps below:

  1. Right-click the label and select Display Type from the shortcut menu to open the Display Type dialog.
  2. In the Display As box, select Barcode.

    Display Type dialog - Barcode

  3. In the Web Options panel, select the required barcode type from the Symbology drop-down list. You can preview the format of the selected symbology in the Preview box (for details about the different symbologies of barcodes, see Appendix 1: Barcode Symbologies).
  4. In the Tool Tip field, enter the tip you want to show for the barcode. Then at server runtime or in HTML results, when you hover the mouse over the barcode, the tooltip will be displayed.

    If you want to use a formula to control the tip, click Formula button and select a formula from the drop-down list. You can also click the <NEW FORMULA...> item in the list to create one as required. If the label is in a crosstab, you can also use a crosstab formula created in the crosstab to control the tooltip, or click <CREATE CROSSTAB FORMULA> to create one.

  5. From the Scale Mode drop-down list, select the unit for the values of Quiet Zone, Narrow Width, Supplement, Height and Ratio.
  6. Specify the space around the barcode in the Quite Zone field (most symbologies require quiet zones that precede and follow the barcode).
  7. Change the default value of the barcode in the Default Message field if necessary. If you check Use Default Message, the message will be used as the barcode value when you view the report result. Otherwise, the message will only be used in design mode.
  8. Specify the supplement of the barcode if necessary.

    If you select the barcode type as Code 39, Code 128/128A/128B/128C or Codabar, you will not need to set the supplement.
  9. Set the barcode bar width in the Narrow Width field, and the height of the bars in the Height field.
  10. Specify the width ratio of the thick bar to the thin bar in the Ratio field if you selected the barcode type as Code 39 or Codabar. The ratio can only be 2.0 or 3.0. Any ratio values not equal to 2.0 or 3.0 will be regarded as 2.0.
  11. Specify the rotation angle in degrees in the Orientation field if necessary.
  12. Select the Enable Checking Digits checkbox if you want to include check digits in the barcode.
  13. If you selected the barcode type as Code 39, Code 128/128A/128B/128C, or Codabar, then you can check Display HR to display the barcode numbers together with the barcode.
  14. If needed, bind web actions to the label in the Web Behaviors box.
  15. Upon finishing, click OK to close the dialog.

As rank

Ranks can also be used as component and inserted into a report directly. For details, refer to the section Ranks.

To define the display type of a label as rank, follow the steps below:

  1. Right-click the label and select Display Type from the shortcut menu to open the Display Type dialog.
  2. In the Display As box, select Rank.

    Display Type dialog - Rank

  3. In the Web Options panel, click the Browse button to select an image file to be the default image (used if a value does not fit any of the specified value ranges).
  4. Type a string in the Default Image Alternate Text field. The string will be displayed when the default image cannot be loaded or is unavailable. If you want to use a formula to control the alternate text, click Formula button and select a formula from the drop-down list. You can also click the <NEW FORMULA...> item in the list to create one as required. If the label is in a crosstab, you can also use a crosstab formula created in the crosstab to control the alternate text, or click <CREATE CROSSTAB FORMULA> to create one.
  5. In the Default Tool Tip field, enter the tip you want to show for the default image, or use a formula to control the tooltip. Then at server runtime or in HTML results, when you hover the mouse over the image, the tooltip will be displayed.
  6. Specify the rotation degree of the default image in the Default Image Rotation field. Note that when you rotate an image, the rectangle that holds the image maintains its original size, which may result in that the image exceeds the field border and therefore the parts that extends outside of the border will be cut off.
  7. In the Value Range box, specify different ranges according to your requirements. For each value range, you should specify the minimum value, maximum value, image, alternate text, tooltip and rotation. A value, which is larger than or equal to the minimum value of a range and less than the maximum value, will be displayed as the image, or the alternate text if the image cannot be loaded or is unavailable. For a value belonging to two or more overlapping ranges, the highest range in the Value Range box will apply.

    Click Add button or Delete button to add or delete a range, and Move Up button or Move Down button to adjust the order of the ranges.

  8. If needed, bind web actions to the label in the Web Behaviors box.
  9. Upon finishing, click the OK button to close this dialog.

Notes:

BackPrevious Page Next PageNext