Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required String. The file name of the ReportTemplate to open.
Open Method
Description

The Open Function activates the report template stored in the file FileName. If the template file does not exist, nothing happens.

Syntax
Visual Basic
Public Function Open( _
   ByVal FileName As String _
) As ReportTemplate
Parameters
FileName
Required String. The file name of the ReportTemplate to open.
Return Type
ReportTemplate object.
See Also