ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / RenderingPageEventArgs Class / Cancel Property

In This Topic
    Cancel Property (RenderingPageEventArgs)
    In This Topic
    Specifies that further processing should be canceled
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also