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

Glossary Item Box

Determines whether all the pages of the report should be printed before another copy of the report.

Syntax

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

Property Value

A Boolean value. True if a complete copy of the report should be printed before another copy begins printing; otherwise, false.

See Also