DIAdem Help

Method: LoadMasterLayout for Report

  • Updated2024-09-12
  • 1 minute(s) read

Method: LoadMasterLayout for Report

Loads the specified layout as a master layout in DIAdem REPORT. Master layouts have the filename extension *.tdrm.

Object.LoadMasterLayout(FileName)
ObjectReport
Object with this method
FileNameString
Specifies the name of the master layout to be loaded.

The following example loads the Example.tdrm master layout:

VBScriptPython

 

Call Report.LoadMasterLayout("Example.tdrm")