ActiveReports.Viewer3 Request technical support
ActiveReportPrintController Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by ActiveReportPrintController.

Public Constructors

 NameDescription
Public ConstructorActiveReportPrintController ConstructorInitializes a new instance of the ActiveReportPrintController class.  
Top

Public Properties

 NameDescription
Public PropertyCancelGets or sets a value indicating whether the ActiveReportPrintController has been cancelled.  
Public PropertyIsPreview (Inherited from System.Drawing.Printing.PrintController)
Top

Public Methods

 NameDescription
Public MethodOnEndPageOverridden. Completes the control sequence that determines when and how to print a page of a document.  
Public MethodOnEndPrintCompletes the control sequence that determines when and how to print a document. (Inherited from System.Drawing.Printing.StandardPrintController)
Public MethodOnStartPageOverridden. Begins the control sequence that determines when and how to print a page in a document.  
Public MethodOnStartPrintBegins the control sequence that determines when and how to print a document. (Inherited from System.Drawing.Printing.StandardPrintController)
Top

Public Events

 NameDescription
Public EventPrintingProgressRaised for each page printed in the print controller.  
Top

See Also