ActiveReports 13
PageSettings.PrinterCollate Enumeration

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace : PageSettings.PrinterCollate Enumeration
Determines the collation order when printing multiple copies of a report.
Syntax
'Declaration
 
Public Enum PageSettings.PrinterCollate 
   Inherits System.Enum
public enum PageSettings.PrinterCollate : System.Enum 
Members
MemberDescription
CollatePrint a complete copy of the document before starting another copy.
DefaultUse the current printer collate settings.
DontCollatePrints each page by the number of the copies specified before printing the next page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageSettings.PrinterCollate

See Also

Reference

GrapeCity.ActiveReports Namespace
Collate Property