Reload Method (ActiveX/CAO)

Reloads from the database any objects you specify that are connected to their data source.

Signature

VBA / VB.NET

object.Reload()
object

Type: Label or LabelTemplate

The object or objects this method applies to.

Remarks

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.