Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : ReportTemplate Object
ReportTemplate Object Members
Public Methods
This subroutine closes the report template. To first save any unsaved changes, use the Save method.
This subroutine saves the report template with its already existing name. If the template has not been saved before use the SaveAs method instead, and specify a filename.

This method saves the report template.

Public Properties
 
This property represents the read-only PC-DMIS Application object. The Application object includes properties and methods that return top-level objects.
This property returns a read-only Colors collection object. Through this object you will be able to access the report template's color tree. Only defined color objects will be in the collection. Color objects should be added or removed. Color objects will be retrieved using the command type ID or the COLOR_SELECTION ID.
This property returns a read-only string of the full path and filename of the report template.
This read/write string property allows you to read or write the learn time program name.
This property returns a read-only string of the report template's filename.
This property lets you to read or write the page orientation for the report template.
This property lets you read or write the page size for the report template.
This property returns the report template's parent object, which is the read-only Report Templates object.
This read/write string property allows you to read or write the run time program name.
This property returns a collection of all the report templates sections as a read-only Sections object.
Boolean property returns or sets the visibility status of the template editor. If True then Visible, if False then hidden.
See Also