FlexReport for WinForms
OnNoData プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : OnNoData プロパティ
Gets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty.
シンタックス
'宣言
 
Public Property OnNoData As System.String
'使用法
 
Dim instance As FlexReport
Dim value As System.String
 
instance.OnNoData = value
 
value = instance.OnNoData
public System.string OnNoData {get; set;}
解説

The control also fires the NoData event at this time.

The difference between the regular event and the VBScript property is that the handler for the regular event belongs to the application, and should thus be used to support tasks that are independent of the report. For example, to cancel rendering reports with no data.

The VBScript handler in the property belongs to the report, and will be executed regardless of the application. For example, a report might contain a VBScript handler that changes the value of a field when the source recordset is empty.

参照

参照

FlexReport クラス
FlexReport メンバ