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


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : Cancel プロパティ
Specifies whether to cancel generation of the current report.
シンタックス
'宣言
 
Public Property Cancel As System.Boolean
'使用法
 
Dim instance As FlexReport
Dim value As System.Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public System.bool Cancel {get; set;}
解説
Setting this property to true while a report is being generated stops the report generation process. Any pages already created are kept in the document and can be previewed or printed by an attached print preview control.
参照

参照

FlexReport クラス
FlexReport メンバ