ActiveReports Developer 7
PrintController Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Printer Class : PrintController Property

Glossary Item Box

Gets or sets the print controller that guides the printing process. 

Syntax

Visual Basic (Declaration) 
Public Shadows Property PrintController As System.Drawing.Printing.PrintController
C# 
public new System.Drawing.Printing.PrintController PrintController {get; set;}

See Also