ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ActiveReportPrintControllerWithStatusDialog Class
Members

In This Topic
    ActiveReportPrintControllerWithStatusDialog Class
    In This Topic
    Controls how a document is printed.
    Object Model
    ActiveReportPrintControllerWithStatusDialog Class
    Syntax
    'Declaration
     
    Public Class ActiveReportPrintControllerWithStatusDialog 
       Inherits System.Drawing.Printing.StandardPrintController
    public class ActiveReportPrintControllerWithStatusDialog : System.Drawing.Printing.StandardPrintController 
    Remarks
    Implements a StandardPrintController and adds a print status dialog. 
    Inheritance Hierarchy

    System.Object
       System.Drawing.Printing.PrintController
          System.Drawing.Printing.StandardPrintController
             GrapeCity.ActiveReports.Document.Section.ActiveReportPrintControllerWithStatusDialog

    See Also