'宣言 Public Overridable Sub OnPropertyChanged()
'使用法 Dim instance As ReportObject instance.OnPropertyChanged()
public virtual void OnPropertyChanged()
'宣言 Public Overridable Sub OnPropertyChanged()
'使用法 Dim instance As ReportObject instance.OnPropertyChanged()
public virtual void OnPropertyChanged()
This is useful in the implementation of custom fields (classes based on Field).
After changing the value of any properties that affect the field's appearance, call this method to ensure that the report will be re-generated and the changes will be visible.