[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Printing.Printer.-ctor

Printer Constructor

Printer()

Initializes a new instance of the Printer class.

Declaration
public Printer()

Printer(Func<PrintController>, PrintProgressEventHandler, PrintAbortedEventHandler, Action<Exception>)

Initializes a new instance of the Printer class.

Declaration
public Printer(Func<PrintController> printControllerInitializer, PrintProgressEventHandler printProgress, PrintAbortedEventHandler printAborted, Action<Exception> printingThreadErrorEventHandler)
Parameters
Type Name Description
Func<PrintController> printControllerInitializer

Print controller initializer.

PrintProgressEventHandler printProgress

Print progress handler.

PrintAbortedEventHandler printAborted

Print aborted handler.

Action<Exception> printingThreadErrorEventHandler

The printing thread error event handler.