Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required expression that evaluates to a String. This is the pathway and file name to which you will save the report template.
SaveAs Method
Description

This method saves the report template.

Syntax
Visual Basic
Public Function SaveAs( _
   ByVal FileName As String _
) As Boolean
Parameters
FileName
Required expression that evaluates to a String. This is the pathway and file name to which you will save the report template.
See Also