39.7k views
1 vote
Montel needs to add a calculated field into a report that he has built that will show the total sale price of items sold in a given

month. Which type of control should he add in Design view?


control box


text box


label


subreport

User Milva
by
4.1k points

1 Answer

5 votes

Answer:

label

Step-by-step explanation:

Label control is a part of JavaFX package. Label is used to display a short text or an image. Label is also a non-editable text control (i.e. not editable). So in this case of displaying a calculated field which is non-editable since it's just displaying the total sale price of items sold in a given month, so a label control is good for the design view.

User Tanner Perrien
by
4.7k points