Specifies whether to cancel generation of the current report.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public bool Cancel { get; set; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public Property Cancel As Boolean Get Set |
Remarks
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.