ActiveReports Developer 7
PrinterNames Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SystemPrinter Class : PrinterNames Property

Glossary Item Box

Returns the collection of printer names available.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PrinterNames As System.Drawing.Printing.PrinterSettings.StringCollection
C# 
public System.Drawing.Printing.PrinterSettings.StringCollection PrinterNames {get;}

Remarks

Read only.

See Also