FlexReport for WinForms
OnPropertyChanged メソッド (ReportObject)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > ReportObject クラス : OnPropertyChanged メソッド
Marks the owner report as dirty so it will clear the internal cache and render again.
シンタックス
'宣言
 
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.

参照

参照

ReportObject クラス
ReportObject メンバ