Refreshes the display of labels in the drawing area.
Signature
VBA / VB.NET
object.Refresh()
- object
-
Type: Label or LabelTemplate
The object or objects this method applies to.
Remarks
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.