ActiveReports Developer 7
ActiveReportPrintControllerWithStatusDialog Class
Members  See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : ActiveReportPrintControllerWithStatusDialog Class

Glossary Item Box

Controls how a document is printed.

Object Model

ActiveReportPrintControllerWithStatusDialog Class

Syntax

Visual Basic (Declaration) 
Public Class ActiveReportPrintControllerWithStatusDialog 
   Inherits System.Drawing.Printing.StandardPrintController
   Implements GrapeCity.ActiveReports.Extensibility.Printing.IActiveReportPrintController 
C# 
public class ActiveReportPrintControllerWithStatusDialog : System.Drawing.Printing.StandardPrintController, GrapeCity.ActiveReports.Extensibility.Printing.IActiveReportPrintController  

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