Gets or sets a value indicating whether to cancel the generation of the current document.
Note that this property is useful only if DoEvents
is set to true.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [XmlIgnoreAttribute] [BrowsableAttribute(false)] public bool Cancel { get; set; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <XmlIgnoreAttribute> _ <BrowsableAttribute(False)> _ Public Property Cancel As Boolean Get Set |
Remarks
Setting this property to true can only be done while the current document is
being generated (i.e. the value of the BusyState property is
equal to Generating). An attempt to set this property
to true when the document is not being generated will cause an exception.