ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPrinterSettings Interface / Collate Property

In This Topic
    Collate Property (IPrinterSettings)
    In This Topic
    Gets or sets a value indicating whether the printed document is collated.
    Syntax
    'Declaration
     
    Property Collate As Boolean
    bool Collate {get; set;}

    Property Value

    true if the printed document is collated; otherwise, false. The default is false.
    See Also