Refreshes the display of labels in the drawing area.
Signature
object.Refresh()
Object |
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 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.
See Also