PdcReport.PrintPreview
Jump to navigation
Jump to search
Declaration
PrintPreview as Boolean
Description
Notes
This method shows the printpreview window of the report. You can not use the AddFilter methode in combination with the PrintPreview command.
Code example
This example code opens a report with ID 336 and show the printpreview window.
dim objReport
set objReport = pdc.Reports.Open(336)
objReport.PrintPreview
Availability
Available since Februar 2011 (from version 4.2).