Makes sure that the Image property will return an up-to-date image the next time that property is queried. In particular, if the page image is cached, this method flushes the cache.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public virtual void RefreshImage()
Visual Basic
Public Overridable Sub RefreshImage

See Also