Declaration
procedure PrintPreparedReport(PageNumbers: String;
Copies: Integer;
Collate: Boolean;
PrintPages: TfrPrintPages);
Description
Prints prepared report. Printed pages taken from PageNumbers string, which can contains page numbers separated by comma, or page ranges (for example, "1,3,5-12"). If this string is empty, prints all pages. Copies parameter sets number of copies to print. Collate parameter tell FR to collate copies. PrintPages parameter selects which pages to print: all, odd or even.
It is assumed that report was builded with PrepareReport method or loaded from file by LoadPreparedReport method.