PdcReports.Open
Jump to navigation
Jump to search
Declaration
Open(ID as long) as PdcReport
Description
Notes
This method reads an existing report in an object. The input parameter is the ID of the report.
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).