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

Glossary Item Box

Gets or sets the kind of paper to be used to print the report. 

Syntax

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

See Also