48.4k views
3 votes
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?
o control box
O text box
O label
subreport

User Hillery
by
5.2k points

1 Answer

5 votes
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 Sarangan
by
4.8k points