ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / Cancel Property

In This Topic
    Cancel Property (PrintPageEventArgs)
    In This Topic
    Gets or sets a value indicating whether the print job should be canceled.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}

    Property Value

    true if the print job should be canceled; otherwise, false.
    See Also