ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / Collate Property

In This Topic
    Collate Property (SystemPrinter)
    In This Topic
    Determines whether all the pages of the report should be printed before another copy of the report.
    Syntax
    'Declaration
     
    Public Property Collate As Boolean
    public 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