Create a Shape 'Area' & 'Length' Item Type

This is my first time in trying to create an Item Type. It is simple in its complexity. I want to assign a 'name', a 'area', and a 'length' to a shape. All in MicroStation CONNECT Update 17.

I created the Item Type, as shown in the image (below).

For The Area...
Type=Number
Units=acres [acres]
Expression=this.GetElement().Area

For The Length...
Type=Number
Units=ft (US Survey) [foot (US Survey)]
Expression=this.GetElement().length

I then assigned ('Attach Item' tool) the Item Type to the sample shape element.

However, the "Label_DA" information does not reflect the values of the sample shape, as shown further up in the Properties dialog.

I'm not sure what I am doing wrong.