ActiveReports3 Request technical support
PageSettings.PrinterCollate Enumeration
See Also  


Determines the collation order when printing multiple copies of a report.

Syntax

Visual Basic (Declaration) 
Public Enum PageSettings.PrinterCollate 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PageSettings.PrinterCollate
C# 
public enum PageSettings.PrinterCollate : Enum 

Members

MemberDescription
DefaultUse the current printer collate settings.
CollatePrint a complete copy of the document before starting another copy.
DontCollatePrints each page by the number of the copies specified before printing the next page.

Inheritance Hierarchy

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

See Also