ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageSettings.PrinterCollate Enumeration

In This Topic
    PageSettings.PrinterCollate Enumeration
    In This Topic
    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