FlexReport for WinForms
OnPropertyChanged メソッド (FieldBase)


C1.Report アセンブリ > C1.Report 名前空間 > FieldBase クラス : OnPropertyChanged メソッド
Marks the owner report as dirty so it will clear the internal cache and render again.
シンタックス
'宣言
 
Public Overrides Sub OnPropertyChanged() 
'使用法
 
Dim instance As FieldBase
 
instance.OnPropertyChanged()
public override 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.

参照

参照

FieldBase クラス
FieldBase メンバ