|
|
|
|
|
- Overview
- Options of the mini-preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview. To do so, simply use the iMiniPreview constant with iDestination. Example: // Open the mini preview iDestination(iMiniPreview) iPrint(RPT_ProductList)
The mini-preview window is as follows:
Options of the mini-preview window The mini-preview window includes the following options: - Possibility to view the different pages to print,
- Printer choice,
- Color or black & white printing,
- Number of copies,
- Choice of pages to print.
- Ability to export the printout in one of the available export formats:
Note: The iParameterViewer function is used to select the export options available from the mini-viewer..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|