PrintDialog

Examples


The PrintDialog command indicates the options chosen in the native print dialog window when a report is printed.

Syntax

PrintDialog copies number_of_copies from start to end

Parameters

number_of_copies - The number of copies to be printed. If this value is -1, the user clicked Cancel in the print dialog window.

start - The first page to print.

end - The last page to print.


Documentation Feedback