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

Glossary Item Box

Gets or sets the value indicates whether the page border should be printed.

Syntax

Visual Basic (Declaration) 
Public Property PrintPageBorder As System.Boolean
C# 
public System.bool PrintPageBorder {get; set;}

See Also