ActiveReports Developer 7
Printer Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : Printer Property

Glossary Item Box

Gets a reference to the document's printer settings.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Printer As Printer
C# 
public Printer Printer {get;}

Remarks

Use this property to set the printer options before displaying a print dialog or directly printing the document to the printer with the specified options.

See Also