ActiveReports 8
ActiveReportPrintControllerWithStatusDialog Class
Members  See Also 
GrapeCity.ActiveReports.Document.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also