PdcReport.PrintPreview

From External Bemet Wiki
Revision as of 11:52, 21 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == PrintPreview as Boolean == Description == == Notes == This method shows the printpreview window of the report. You can not use the AddFilter methode in co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).