<PRINT>

Navigation:  vpxPrint tags > Printing >

<PRINT>

Previous pageReturn to chapter overviewNext page

 

Defines the printing mode.

 

Syntax:                <PRINT=NO>                                        

                 or                            

            <PRINT=DIRECT>

 

 

<PRINT=NO> does not send the report to the printer.

This tag suppress any output when processing an vpxPrint file to build a PDF, HTML, image or FAX file.

 

<PRINT=DIRECT> :

vpxPrint stores preview pages in memory. Although the memory optimisation used by vpxPrint, very large reports can result in a memory overflow. With these reports, the preview is often not useful and the preview preparation is a waste of time. With <PRINT=DIRECT>, the preview preparation is not done, instructions are sent to the printer driver directly and the first page is printed as soon as the second page is started (depending on your WINDOWS parameters).

NOTE :

with the direct printing, you may output the report as PDF or HTML.

<EXPORT> or <SENDFAX> tag are not allowed in this mode.