Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
163
Добавлен:
11.05.2015
Размер:
4.73 Mб
Скачать

PrintOptions Methods

PrintOptions Clear method, Page 511

PrintOptions CopyFrom method, Page 512

PrintOptions Create method, Page 512

PrintOptions Retrieve method, Page 512

PrintOptions Send method, Page 513

ProgressDialog

Declaration

property ProgressDialog: boolean;

Description

The ProgressDialog property determines if the Crystal Reports Print Engine internal Progress dialog box is displayed when a Report is run to Printer or to Export. The Progress Dialog does not apply to Reports being run to Preview Window. The default setting for this property is True. The Progress dialog box looks like this:

Example

This example sets the ProgressDialog to True. The dialog box will appear when the Report is being printed:

Crpe1.ReportName := 'C:\Company.rpt';

Crpe1.ProgressDialog := True;

Crpe1.Output := toPrinter;

Crpe1.Execute;

VCL Reference

83

Соседние файлы в папке crystal