514,669 views
20 votes
20 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 JoBaxter
by
2.5k points

1 Answer

13 votes
13 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 Apples
by
2.7k points