ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Gets or sets a value indicating whether the event hanlder has printed the page, or whether the caller (print manager) should print the page as usual.

    The default is false.

    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also