Reloads from the database any objects you specify that are connected to their data source.
VBA / VB.NET
object.Reload()
Type: Label or LabelTemplate
The object or objects this method applies to.
Specifying a LabelTemplate object causes all labels associated with that label template to be reloaded.
Reloading does not affect label attributes such as text height or color. Use Refresh method to update label attributes in the drawing area.