FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / Cancel Property

In This Topic
    Cancel Property (C1FlexReport)
    In This Topic
    Specifies whether to cancel generation of the current report.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {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.
    See Also