Refreshes the display of labels in the drawing area.
VBA / VB.NET
object.Refresh()
Type: Label or LabelTemplate
The object or objects this method applies to.
Refresh does not affect label values, only their appearance (for example, text height and color). Use Reload method to update label values from their data source.
Refresh does not require a connection to the data source.
Specifying a LabelTemplate object causes all labels associated with that label template to be refreshed.